Skip to content

Commit e3cf2e4

Browse files
authored
Merge pull request #9500 from janjongboom/patch-4
TCPSocket.cpp setting socket should terminate with semicolon
2 parents daefce6 + ca98756 commit e3cf2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/TCPSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TCPSocket::TCPSocket()
2525

2626
TCPSocket::TCPSocket(TCPSocket *parent, nsapi_socket_t socket, SocketAddress address)
2727
{
28-
_socket = socket,
28+
_socket = socket;
2929
_stack = parent->_stack;
3030
_factory_allocated = true;
3131
_remote_peer = address;

0 commit comments

Comments
 (0)