Merge remote-tracking branch 'origin/master' into jerry-sandbox

This commit is contained in:
Jerry (Xinyu Hou) 2015-05-22 12:40:24 -07:00
commit 625feab104
1 changed files with 1 additions and 1 deletions

View File

@ -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) {