RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source3 / modules / vfs_notify_fam.c
index 0636a747a9041550d95b00ae34d0ad726443cd03..30cb0aa17c52d8d648a6a40b46be4b7ffc9aae68 100644 (file)
@@ -62,7 +62,7 @@ struct fam_watch_context {
  * We want one FAM connection per smbd, not one per tcon.
  */
 static FAMConnection fam_connection;
-static BOOL fam_connection_initialized = False;
+static bool fam_connection_initialized = False;
 
 static struct fam_watch_context *fam_notify_list;
 static void fam_handler(struct event_context *event_ctx,