Skip to content

Commit

Permalink
Merge pull request #9500 from janjongboom/patch-4
Browse files Browse the repository at this point in the history
TCPSocket.cpp setting socket should terminate with semicolon
  • Loading branch information
0xc0170 committed Jan 28, 2019
2 parents daefce6 + ca98756 commit e3cf2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/netsocket/TCPSocket.cpp
Expand Up @@ -25,7 +25,7 @@ TCPSocket::TCPSocket()

TCPSocket::TCPSocket(TCPSocket *parent, nsapi_socket_t socket, SocketAddress address)
{
_socket = socket,
_socket = socket;
_stack = parent->_stack;
_factory_allocated = true;
_remote_peer = address;
Expand Down

0 comments on commit e3cf2e4

Please sign in to comment.