From: Pekka Riikonen Date: Sun, 3 Jun 2001 15:36:33 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~242 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=7d518364c15c8ae5457850bbabd7d4b57bec2d3e updates. --- 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"));