r25554: Convert last instances of BOOL, True and False to the standard types.
[kai/samba.git] / source4 / libcli / smb_composite / fsinfo.c
index e81e3a20858314f147f87d4fafcc71215fea33f5..faf372353912939f5cfe1c0327ef7c151729ffc9 100644 (file)
@@ -148,7 +148,7 @@ struct composite_context *smb_composite_fsinfo_send(struct smbcli_tree *tree,
        state->connect->in.service      = io->in.service;
        state->connect->in.service_type = io->in.service_type;
        state->connect->in.credentials  = io->in.credentials;
-       state->connect->in.fallback_to_anonymous = False;
+       state->connect->in.fallback_to_anonymous = false;
        state->connect->in.workgroup    = io->in.workgroup;
 
        c->state = COMPOSITE_STATE_IN_PROGRESS;