Skip to content

Commit

Permalink
[XrdCl] Update PostMaster tests, part 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent 3f9d0ae commit 1ec07de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/XrdClTests/PostMasterTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ class SyncMsgHandler : public XrdCl::MsgHandler
XrdCl::XRootDStatus WaitFor( XrdCl::Message &rsp )
{
sem.Wait();
rsp = std::move( *response );
if( response )
rsp = std::move( *response );
return status;
}

Expand Down

0 comments on commit 1ec07de

Please sign in to comment.