mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-16 16:15:38 +02:00
Merge branch 'master' of https://github.com/synergy/synergy
This commit is contained in:
commit
773530506e
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ SecureSocket::serviceConnect(ISocketMultiplexerJob* job,
|
|||
#ifdef SYSAPI_WIN32
|
||||
status = secureConnect(static_cast<int>(getSocket()->m_socket));
|
||||
#elif SYSAPI_UNIX
|
||||
retry = secureConnect(getSocket()->m_fd);
|
||||
status = secureConnect(getSocket()->m_fd);
|
||||
#endif
|
||||
|
||||
if (status > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue