summaryrefslogtreecommitdiff
path: root/zhm/queue.c
diff options
context:
space:
mode:
authorGravatar David C. Jedlinsky <opus@mit.edu>1987-07-24 10:37:21 +0000
committerGravatar David C. Jedlinsky <opus@mit.edu>1987-07-24 10:37:21 +0000
commit993d55950f209e22a518126d494418ea12e5e977 (patch)
treea7702a2a11a33da946fb12142afe74ed443ff1bf /zhm/queue.c
parent949b6a96f717296ae03e93e8d3726bf6175f8202 (diff)
Oops. Forgot to add an argument to new_server. (red face).
Diffstat (limited to 'zhm/queue.c')
-rw-r--r--zhm/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zhm/queue.c b/zhm/queue.c
index 2ac2a4e..ad2e3fc 100644
--- a/zhm/queue.c
+++ b/zhm/queue.c
@@ -225,7 +225,7 @@ void resend_notices(sin)
} else do {
if (srch->q_data->timeout <= time(NULL)) {
if (++(srch->q_data->retries) > MAXRETRIES) {
- new_server();
+ new_server(NULL);
break;
} else {
DPR ("notice:\n");