From 7d518364c15c8ae5457850bbabd7d4b57bec2d3e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 3 Jun 2001 15:36:33 +0000 Subject: [PATCH] updates. --- apps/silc/testi.conf | 3 --- apps/silcd/server.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/silc/testi.conf b/apps/silc/testi.conf index ca9346b9..77e96396 100644 --- a/apps/silc/testi.conf +++ b/apps/silc/testi.conf @@ -23,9 +23,6 @@ hmac-md5:md5:16 [PKCS] rsa -[ServerKeys] -./silcd.pub:./silcd.prv - [Identity] nobody:nobody diff --git a/apps/silcd/server.c b/apps/silcd/server.c index 7737b12f..1e054dd8 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -1101,7 +1101,7 @@ SILC_TASK_CALLBACK(silc_server_accept_new_connection_second) SilcServerKEInternalContext *ctx = (SilcServerKEInternalContext *)protocol->context; SilcServer server = (SilcServer)ctx->server; - SilcSocketConnection sock = server->sockets[fd]; + SilcSocketConnection sock = ctx->sock; SilcServerConnAuthInternalContext *proto_ctx; SILC_LOG_DEBUG(("Start")); -- 2.43.0