Skip to content

Commit

Permalink
[XrdCl] Set the async-socket connection timeout properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jul 12, 2013
1 parent 73de67a commit 30854d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClAsyncSocketHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace XrdCl
return st;
}

if( !pPoller->EnableWriteNotification( pSocket, pTimeoutResolution ) )
if( !pPoller->EnableWriteNotification( pSocket, true, pTimeoutResolution ) )
{
Status st( stFatal, errPollerError );
pPoller->RemoveSocket( pSocket );
Expand Down

0 comments on commit 30854d7

Please sign in to comment.