Skip to content

Commit

Permalink
[XrdCl] Add missing return to XRootDMsgHandler::OnStatusReady.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent 1ec07de commit 152ccb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClXRootDMsgHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ namespace XrdCl
pRequest->GetDescription().c_str() );

pMsgInFly = true;
return;
}

//--------------------------------------------------------------------------
Expand Down

0 comments on commit 152ccb6

Please sign in to comment.