[770] in Zephyr_Bugs
hm_flush fix for server
daemon@ATHENA.MIT.EDU (Derrick J. Brashear)
Tue Apr 16 11:58:52 1996
Date: Tue, 16 Apr 1996 11:58:27 -0400 (EDT)
From: "Derrick J. Brashear" <shadow+@andrew.cmu.edu>
To: bug-zephyr@MIT.EDU
The following patch for server/client.c makes an hm_flush really
delete all locations for a given host, rather than just for "clients"
which still exist there.
Enjoy
-D
*** client.c~ Tue Apr 16 11:53:56 1996
--- client.c Tue Apr 16 11:55:41 1996
***************
*** 144,149 ****
--- 144,150 ----
client_deregister(client, 1);
}
}
+ uloc_hflush(host->s_addr);
}
/*
---