From 638169228f2da7a11a727f190fc98250296faecc Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 16 Apr 1998 18:09:02 +0000 Subject: When we get a notice from our server, turn off the booting flag. (We used to do that; it got lost when we went from alarm to select.) Otherwise we punt our subs every time we switch servers. --- zhm/zhm_server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zhm/zhm_server.c') 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; -- cgit v1.2.3