TCPSocket.cpp setting socket should terminate with semicolon

pull/9500/head
Jan Jongboom 2019-01-24 14:25:34 -08:00 committed by GitHub
parent 615ed31f7a
commit ca987568d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ TCPSocket::TCPSocket()
TCPSocket::TCPSocket(TCPSocket *parent, nsapi_socket_t socket, SocketAddress address) TCPSocket::TCPSocket(TCPSocket *parent, nsapi_socket_t socket, SocketAddress address)
{ {
_socket = socket, _socket = socket;
_stack = parent->_stack; _stack = parent->_stack;
_factory_allocated = true; _factory_allocated = true;
_remote_peer = address; _remote_peer = address;