]> git.proxmox.com Git - mirror_qemu.git/blobdiff - authz/listfile.c
authz: fix usage of bool in listfile.c
[mirror_qemu.git] / authz / listfile.c
index e7a8c19bcba8d38fd34bd3818bc77ead361b7b1e..b71f57d30a62f43eca7e351f0a2a34988066d964 100644 (file)
@@ -239,7 +239,7 @@ qauthz_list_file_init(Object *obj)
 
     authz->file_watch = -1;
 #ifdef CONFIG_INOTIFY1
-    authz->refresh = TRUE;
+    authz->refresh = true;
 #endif
 }