mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 20:13:23 +03:00
Fixed using the wrong variable name
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user