summaryrefslogtreecommitdiff
path: root/zhm/zhm.c
diff options
context:
space:
mode:
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 */