Skip to content

Commit

Permalink
[XrdCl] Fix DirList merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 4, 2018
1 parent f8fa3bc commit b7bad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClFileSystem.cc
Expand Up @@ -665,7 +665,7 @@ namespace
{
try
{
if( status->IsOK() )
if( !status->IsOK() )
throw MergeDirLsErr( status, response );

if( !response )
Expand Down

0 comments on commit b7bad34

Please sign in to comment.