summaryrefslogtreecommitdiff
path: root/zhm/zhm.c
diff options
context:
space:
mode:
authorGravatar David C. Jedlinsky <opus@mit.edu>1987-07-09 08:35:53 +0000
committerGravatar David C. Jedlinsky <opus@mit.edu>1987-07-09 08:35:53 +0000
commitb3af4f43e493cb6a37b6fa01f4829e6c15aaa89a (patch)
tree9b053bf3559ae25f9c29f3093c7eefb3a59a6f83 /zhm/zhm.c
parent85f68244fa3cfd77ed1698e868ee5b7ede51017a (diff)
Changed recipient field (now obsolete).
Diffstat (limited to 'zhm/zhm.c')
-rw-r--r--zhm/zhm.c4
1 files changed, 2 insertions, 2 deletions
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 */