Skip to content

Commit

Permalink
Process waitresp synchronously via Ignore return to avoid SEGV.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Aug 13, 2015
1 parent fd1056e commit d263c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClXRootDMsgHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace XrdCl
return Take | RemoveHandler;

case kXR_waitresp:
return Take;
return Take | Ignore; // This must be handled synchronously!

//------------------------------------------------------------------------
// Handle the potential raw cases
Expand Down

0 comments on commit d263c17

Please sign in to comment.