updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 3 Jun 2001 15:36:33 +0000 (15:36 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 3 Jun 2001 15:36:33 +0000 (15:36 +0000)
apps/silc/testi.conf
apps/silcd/server.c

index ca9346b922ede1bac1dd7912449883c394769c38..77e96396e508f649e299558be5d6d71eb1d6671b 100644 (file)
@@ -23,9 +23,6 @@ hmac-md5:md5:16
 [PKCS]
 rsa
 
-[ServerKeys]
-./silcd.pub:./silcd.prv
-
 [Identity]
 nobody:nobody
 
index 7737b12f9c65604f01556710141fd2b2ace12fe4..1e054dd81e6b2b42b65911ad08244edee27db7db 100644 (file)
@@ -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"));