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 10, 2018
1 parent b987ca1 commit 08f9629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/jlib/jsocket.cpp
Original file line number Diff line number Diff line change
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 08f9629

Please sign in to comment.