mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 20:13:23 +03:00
Used parent pointer for socket accept
This commit is contained in:
parent
e1be5a66b7
commit
a12ae98e9f
@ -137,7 +137,7 @@ void
|
||||
ClientListener::handleClientConnecting(const Event&, void*)
|
||||
{
|
||||
// accept client connection
|
||||
IDataSocket* socket = m_listen->accept();
|
||||
synergy::IStream* stream = m_listen->accept();
|
||||
|
||||
if (socket == NULL) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user