[926] in Zephyr_Bugs
Re: inbsd 8.0.0: zephyr
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Apr 16 19:59:37 1998
Date: Thu, 16 Apr 1998 19:59:32 -0400 (EDT)
From: Greg Hudson <ghudson@MIT.EDU>
To: "Aaron M. Ucko" <amu@MIT.EDU>
Cc: sipb-athena-bugs@MIT.EDU, zephyr-bugs@MIT.EDU
In-Reply-To: "[97] in SIPB-Athena Bugs"
> I often spontaneously lose subscriptions on snork.
Thanks; should be fixed the next time the packs are updated. In case
any zephyr-bugs people care, but relevant patch is:
Index: zhm_server.c
===================================================================
RCS file: /afs/dev.mit.edu/source/repository/athena/lib/zephyr/zhm/zhm_server.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -c -r1.13 -r1.14
*** zhm_server.c 1997/09/23 06:01:29 1.13
--- zhm_server.c 1998/04/16 22:09:02 1.14
***************
*** 177,182 ****
--- 177,183 ----
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;