Fix the popt / bool issues. Some places we used BOOL
[jerry/samba.git] / source / utils / smbcacls.c
index affebf38be53a5d1b44f02e7f9f053906d293586..b8b29b44eb67dd51bd548b356ad5071b748e4e2e 100644 (file)
@@ -32,7 +32,7 @@ static TALLOC_CTX *ctx;
 
 /* numeric is set when the user wants numeric SIDs and ACEs rather
    than going via LSA calls to resolve them */
-static bool numeric = False;
+static int numeric = False;
 
 enum acl_mode {SMB_ACL_SET, SMB_ACL_DELETE, SMB_ACL_MODIFY, SMB_ACL_ADD };
 enum chown_mode {REQUEST_NONE, REQUEST_CHOWN, REQUEST_CHGRP};