From 8a30ee6371cb835d06b6e84d0831d0c36feee19c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 12 Aug 2001 09:30:27 +0000 Subject: [PATCH] updates. --- apps/silcd/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/silcd/protocol.c b/apps/silcd/protocol.c index a68815de..543687a5 100644 --- a/apps/silcd/protocol.c +++ b/apps/silcd/protocol.c @@ -1545,7 +1545,7 @@ SILC_TASK_CALLBACK(silc_server_protocol_rekey) if (ctx->packet->type != SILC_PACKET_REKEY_DONE) { /* Error in protocol */ protocol->state = SILC_PROTOCOL_STATE_ERROR; - silc_protocol_execute(protocol, server->schedule, 0, 300000); + silc_protocol_execute(protocol, server->schedule, 0, 0); return; } -- 2.43.0