mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
Used parent pointer for socket accept
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user