Network/TcpClient: Fix clients from TcpServer state

Former-commit-id: 39d0884471fb2b0d6a8a12634b26a2f5da894a58
This commit is contained in:
Lynix 2015-11-10 12:47:33 +01:00
parent 64cd9edd6b
commit 5f0aa64555
1 changed files with 1 additions and 0 deletions

View File

@ -207,5 +207,6 @@ namespace Nz
{
Open(handle);
m_peerAddress = peerAddress;
UpdateState(SocketState_Connected);
}
}