Skip to content

Commit

Permalink
Fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 2, 2018
1 parent 269af97 commit 2b389ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XrdCl/XrdClOperationHandlers.hh
Expand Up @@ -399,7 +399,7 @@ namespace XrdCl
{
StatInfo *info = nullptr;
if( status->IsOK() )
f.Stat( false, info );
XRootDStatus st = f.Stat( false, info );
else
info = &nullref;
fun( *status, *info );
Expand Down Expand Up @@ -453,7 +453,7 @@ namespace XrdCl
{
StatInfo *info = nullptr;
if( status->IsOK() )
f.Stat( false, info );
XRootDStatus st = f.Stat( false, info );
else
info = &nullref;
auto paramsContainerWrapper = GetOperationContext();
Expand Down

0 comments on commit 2b389ec

Please sign in to comment.