Skip to content

Commit

Permalink
Fix slc6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 16, 2019
1 parent d7bc962 commit a270282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClFileSystem.cc
Expand Up @@ -107,7 +107,7 @@ namespace
return QueueTask( error, 0, handler );
}

return QueueTask( new XRootDStatus(), nullptr, handler );
return QueueTask( new XRootDStatus(), 0, handler );
}

static LocalFS& Instance()
Expand Down

0 comments on commit a270282

Please sign in to comment.