mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
Forgot to change linux specific variable name #4697
This commit is contained in:
parent
86ad2bf080
commit
7b718dc586
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ SecureSocket::serviceConnect(ISocketMultiplexerJob* job,
|
||||||
#ifdef SYSAPI_WIN32
|
#ifdef SYSAPI_WIN32
|
||||||
status = secureConnect(static_cast<int>(getSocket()->m_socket));
|
status = secureConnect(static_cast<int>(getSocket()->m_socket));
|
||||||
#elif SYSAPI_UNIX
|
#elif SYSAPI_UNIX
|
||||||
retry = secureConnect(getSocket()->m_fd);
|
status = secureConnect(getSocket()->m_fd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (status > 0) {
|
if (status > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue