summaryrefslogtreecommitdiff
path: root/zhm/queue.c
diff options
context:
space:
mode:
authorGravatar David C. Jedlinsky <opus@mit.edu>1987-06-29 00:35:06 +0000
committerGravatar David C. Jedlinsky <opus@mit.edu>1987-06-29 00:35:06 +0000
commit42bd2bcb98e460804471d83a7270c428e1a5d231 (patch)
treeea0c5c99ceed3366fbcc24625c37687f4cd246de /zhm/queue.c
parent76e73142cfacc75d7329d6f328f07b761e8d084c (diff)
Fixed retransmit_queue().
Diffstat (limited to 'zhm/queue.c')
-rw-r--r--zhm/queue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zhm/queue.c b/zhm/queue.c
index f7caf35..2a05c66 100644
--- a/zhm/queue.c
+++ b/zhm/queue.c
@@ -133,6 +133,8 @@ Code_t retransmit_queue(sin)
fprintf(stderr, "Error = %d\n", ret);
com_err("queue", ret, "sending raw notice");
}
+ srch->q_data->timeout = TIMEOUT;
+ srch->q_data->retries = 0;
srch = srch->q_forw;
} while (srch != &hm_queue);
}