diff options
Diffstat (limited to 'source/web/statuspage.c')
-rw-r--r-- | source/web/statuspage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/statuspage.c b/source/web/statuspage.c index a03c7998ed4..b59c5cdf43a 100644 --- a/source/web/statuspage.c +++ b/source/web/statuspage.c @@ -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")); |