diff options
Diffstat (limited to 'source3/libgpo/gpo_filesync.c')
-rw-r--r-- | source3/libgpo/gpo_filesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_filesync.c b/source3/libgpo/gpo_filesync.c index 81fdab3ee9..c4b65210c1 100644 --- a/source3/libgpo/gpo_filesync.c +++ b/source3/libgpo/gpo_filesync.c @@ -106,7 +106,7 @@ static NTSTATUS gpo_copy_dir(const char *unix_path) sync files ****************************************************************/ -static BOOL gpo_sync_files(struct sync_context *ctx) +static bool gpo_sync_files(struct sync_context *ctx) { DEBUG(3,("calling cli_list with mask: %s\n", ctx->mask)); |