Skip to content

Commit

Permalink
HPCC-19323 Poll() to handle EINTR consistently 2
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Kelly <mark.kelly@lexisnexisrisk.com>
  • Loading branch information
mckellyln committed May 4, 2018
1 parent 10808ed commit cc3d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/jlib/jsocket.cpp
Expand Up @@ -6462,7 +6462,7 @@ class CSocketConnectWait: implements ISocketConnectWait, public CInterface
sock->errclose();
isopen = false;
if (!oneshot)
connectimedout = true; // to force same behavior as before
connectimedout = true;
break;
}
}
Expand Down

0 comments on commit cc3d672

Please sign in to comment.