Skip to content

Commit

Permalink
[XrdCl] Fix OSX local file sync impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 8, 2020
1 parent 828f439 commit fc9f9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClLocalFileHandler.cc
Expand Up @@ -420,6 +420,7 @@ namespace XrdCl
XrdSysE2T( errno ) );
return QueueTask( error, 0, handler );
}
return QueueTask( new XRootDStatus(), 0, handler );
#else
AioCtx *ctx = new AioCtx( pHostList, handler );
ctx->SetFsync( fd );
Expand Down

0 comments on commit fc9f9f2

Please sign in to comment.