[1689] in Source-Commits
athena/lib/zephyr/zhm queue.c
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Mon Jun 9 16:17:22 1997
From: ghudson@MIT.EDU
To: source-commits@MIT.EDU
Date: Mon, 09 Jun 1997 16:17:15 EDT
Update of /afs/dev.mit.edu/source/repository/athena/lib/zephyr/zhm
In directory small-gods:/afs/dev.mit.edu/user/ghudson/athena/lib/zephyr/zhm
Modified Files:
queue.c
Log Message:
zhm could spin after losing contact with a server. This patch does
three things to resent_notices(): makes sure the while loop makes
progress even when there's a packet whose timeout hasn't been reached,
doesn't gratuitously reset timeout_type to NOTICES if we called
new_server(), and doesn't reset the alarm if we called new_server().