summaryrefslogtreecommitdiff
path: root/zhm/queue.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-17 13:08:52 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-17 13:08:52 +0000
commit41850bbb7649e36b426ee7e8c3c03965c47ee207 (patch)
treec8c4cda8a78a38f49cd2154fa6f57f3a06aad0ea /zhm/queue.c
parent2e3d61a176cf240fde14752dd50699176c3c2c60 (diff)
use send_outgoing
Diffstat (limited to 'zhm/queue.c')
-rw-r--r--zhm/queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zhm/queue.c b/zhm/queue.c
index 3017e4f..c7f3175 100644
--- a/zhm/queue.c
+++ b/zhm/queue.c
@@ -140,7 +140,7 @@ struct sockaddr_in *sin;
DPR2 ("\tz_opcode: %s\n", srch->q_data->z_notice.z_opcode);
DPR2 ("\tz_sender: %s\n", srch->q_data->z_notice.z_sender);
DPR2 ("\tz_recip: %s\n", srch->q_data->z_notice.z_recipient);
- if ((ret = ZSendRawNotice(&srch->q_data->z_notice))
+ if ((ret = send_outgoing(&srch->q_data->z_notice))
!= ZERR_NONE) {
Zperr (ret);
com_err("queue", ret, "sending raw notice");
@@ -249,7 +249,7 @@ struct sockaddr_in *sin;
srch->q_data->z_notice.z_sender);
DPR2 ("\tz_recip: %s\n",
srch->q_data->z_notice.z_recipient);
- if ((ret = ZSendRawNotice(&srch->q_data->z_notice))
+ if ((ret = send_outgoing(&srch->q_data->z_notice))
!= ZERR_NONE) {
Zperr(ret);
com_err("queue", ret, "sending raw notice");