Skip to content

Commit

Permalink
[XrdCl] Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent a3fcd60 commit 4413be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClStream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ namespace XrdCl
if( IsPartial( msg ) )
{
XRootDMsgHandler *xrdHandler = dynamic_cast<XRootDMsgHandler*>( mh.handler );
if( xrdHandler ) xrdHandler->TakeDownTimeoutFence();
if( xrdHandler ) xrdHandler->PartialReceived();
}

bool delit = ( mh.action & IncomingMsgHandler::Ignore );
Expand Down

0 comments on commit 4413be1

Please sign in to comment.