RIP BOOL. Convert BOOL -> bool. I found a few interesting
[kai/samba.git] / source3 / web / statuspage.c
index a03c7998ed48559e9ae4d8bce4d9c1973f594bae..b59c5cdf43a7f956d96941463c8ef8279115fb1b 100644 (file)
@@ -234,7 +234,7 @@ void status_page(void)
        int autorefresh=0;
        int refresh_interval=30;
        int nr_running=0;
-       BOOL waitup = False;
+       bool waitup = False;
 
        smbd_pid = pid_to_procid(pidfile_pid("smbd"));