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 21, 2020
1 parent 62dd439 commit dc4fc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClLocalFileHandler.cc
Expand Up @@ -416,6 +416,7 @@ namespace XrdCl
strerror( 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 dc4fc8f

Please sign in to comment.