From: Pekka Riikonen Date: Tue, 25 Dec 2001 19:59:46 +0000 (+0000) Subject: updates. X-Git-Tag: silc.server.0.7.3~4 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=2a5700819c3b9c0d7f89d2a8795a9c426060d637 updates. --- diff --git a/apps/silcd/server.c b/apps/silcd/server.c index add682ce..9ac6828f 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -2744,6 +2744,7 @@ SILC_TASK_CALLBACK(silc_server_timeout_remote) /* If we have protocol active we must assure that we call the protocol's final callback so that all the memory is freed. */ if (sock->protocol) { + silc_protocol_cancel(sock->protocol, server->schedule); sock->protocol->state = SILC_PROTOCOL_STATE_ERROR; silc_protocol_execute_final(sock->protocol, server->schedule); return;