From: Pekka Riikonen Date: Sun, 12 Aug 2001 09:30:27 +0000 (+0000) Subject: updates. X-Git-Tag: silcertest~162 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8a30ee6371cb835d06b6e84d0831d0c36feee19c;p=silc.git updates. --- 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; }