mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-14 07:35:28 +08:00
Fixed using the wrong variable name
This commit is contained in:
committed by
Andrew Nelless
parent
a471bdcea7
commit
16dbb7cd6a
@@ -139,7 +139,7 @@ ClientListener::handleClientConnecting(const Event&, void*)
|
||||
// accept client connection
|
||||
synergy::IStream* stream = m_listen->accept();
|
||||
|
||||
if (socket == NULL) {
|
||||
if (stream == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user