RIP BOOL. Convert BOOL -> bool. I found a few interesting
[kai/samba.git] / source3 / modules / vfs_netatalk.c
index e0dbf9dcef69a56e5bc76ba240ba8adc92be9468..2cc4a6c4ba9020f414ece77d8dc3149e19ad845c 100644 (file)
@@ -194,7 +194,7 @@ static SMB_STRUCT_DIR *atalk_opendir(struct vfs_handle_struct *handle, const cha
 
 static int atalk_rmdir(struct vfs_handle_struct *handle, const char *path)
 {
-       BOOL add = False;
+       bool add = False;
        TALLOC_CTX *ctx = 0;
        char *dpath;