Forgot to change linux specific variable name #4697

This commit is contained in:
Adam Potolsky 2015-05-22 11:17:10 -07:00
parent 86ad2bf080
commit 7b718dc586

View File

@ -571,7 +571,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) {