summaryrefslogtreecommitdiff
path: root/zhm/zhm_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'zhm/zhm_server.c')
-rw-r--r--zhm/zhm_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zhm/zhm_server.c b/zhm/zhm_server.c
index 0b99253..7441ced 100644
--- a/zhm/zhm_server.c
+++ b/zhm/zhm_server.c
@@ -177,6 +177,7 @@ ZNotice_t *notice;
syslog (LOG_INFO, "Bad notice from port %u.", notice->z_port);
} else {
/* This is our server, handle the notice */
+ booting = 0;
if (boot_timer) {
timer_reset(boot_timer);
boot_timer = NULL;