mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
Merge branch 'master' of github.com:debauchee/barrier
This commit is contained in:
@@ -859,5 +859,9 @@ SecureSocket::showSecureConnectInfo()
|
||||
void
|
||||
SecureSocket::handleTCPConnected(const Event& event, void*)
|
||||
{
|
||||
if (getSocket() == nullptr) {
|
||||
LOG((CLOG_DEBUG "disregarding stale connect event"));
|
||||
return;
|
||||
}
|
||||
secureConnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user