r25554: Convert last instances of BOOL, True and False to the standard types.
[amitay/samba.git] / source4 / ntvfs / ntvfs_util.c
index 3158bdf1fd21a2deae51a781f5b400a71e049fbf..7432ac2c13dbacd2be2061f10397b9e88c734705 100644 (file)
@@ -112,7 +112,7 @@ _PUBLIC_ NTSTATUS ntvfs_handle_set_backend_data(struct ntvfs_handle *h,
                                                TALLOC_CTX *private_data)
 {
        struct ntvfs_handle_data *d;
-       BOOL first_time = h->backend_data?False:True;
+       bool first_time = h->backend_data?false:true;
 
        for (d=h->backend_data; d; d = d->next) {
                if (d->owner != ntvfs) continue;