diff options
author | Greg Hudson <ghudson@mit.edu> | 1998-04-16 18:09:02 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1998-04-16 18:09:02 +0000 |
commit | 638169228f2da7a11a727f190fc98250296faecc (patch) | |
tree | 155c601cf2caa5f84eca5d90b69d237c4ddf9398 /zhm | |
parent | 76aa28c2285288f481d1193b1652315ebf0745c7 (diff) |
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.
Diffstat (limited to 'zhm')
-rw-r--r-- | zhm/zhm_server.c | 1 |
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; |