From 2a5700819c3b9c0d7f89d2a8795a9c426060d637 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 25 Dec 2001 19:59:46 +0000 Subject: [PATCH] updates. --- apps/silcd/server.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.43.0