From b3af4f43e493cb6a37b6fa01f4829e6c15aaa89a Mon Sep 17 00:00:00 2001 From: "David C. Jedlinsky" Date: Thu, 9 Jul 1987 08:35:53 +0000 Subject: Changed recipient field (now obsolete). --- zhm/zhm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zhm/zhm.c') diff --git a/zhm/zhm.c b/zhm/zhm.c index d6d8889..ee3c9b1 100644 --- a/zhm/zhm.c +++ b/zhm/zhm.c @@ -211,7 +211,7 @@ send_boot_notice() notice.z_class_inst = ZEPHYR_CTL_HM; notice.z_opcode = HM_BOOT; notice.z_sender = "sender"; - notice.z_recipient = "recip"; + notice.z_recipient = ""; notice.z_message_len = 0; /* Notify server that this host is here */ @@ -239,7 +239,7 @@ send_flush_notice() notice.z_class_inst = ZEPHYR_CTL_HM; notice.z_opcode = HM_FLUSH; notice.z_sender = "sender"; - notice.z_recipient = "recip"; + notice.z_recipient = ""; notice.z_message_len = 0; /* Tell server to look the other way */ -- cgit v1.2.3