r25554: Convert last instances of BOOL, True and False to the standard types.
[amitay/samba.git] / source4 / libcli / raw / clitree.c
index 4ff11f3a691349fb6b73faa42ee39e794977bd64..54f8ac95a43a69feabcb61f9d966668f43d0f602 100644 (file)
@@ -34,7 +34,7 @@
  Initialize the tree context
 ****************************************************************************/
 struct smbcli_tree *smbcli_tree_init(struct smbcli_session *session,
-                                    TALLOC_CTX *parent_ctx, BOOL primary)
+                                    TALLOC_CTX *parent_ctx, bool primary)
 {
        struct smbcli_tree *tree;
 
@@ -189,7 +189,7 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
        io.in.service = service;
        io.in.service_type = service_type;
        io.in.credentials = credentials;
-       io.in.fallback_to_anonymous = False;
+       io.in.fallback_to_anonymous = false;
        io.in.workgroup = lp_workgroup(global_loadparm);
        
        status = smb_composite_connect(&io, parent_ctx, ev);