mirror of https://github.com/ARMmbed/mbed-os.git
TCPSocket.cpp setting socket should terminate with semicolon
parent
615ed31f7a
commit
ca987568d8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue