mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Used correct event target
This commit is contained in:
committed by
Andrew Nelless
parent
6d86a6033f
commit
e1be5a66b7
@@ -152,7 +152,7 @@ ClientListener::handleClientConnecting(const Event&, void*)
|
||||
// has to call secure accept which may require retry
|
||||
if (!m_args.m_enableCrypto) {
|
||||
m_events->addEvent(Event(m_events->forClientListener().accepted(),
|
||||
stream));
|
||||
stream->getEventTarget()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user