updates.
[silc.git] / apps / silcd / packet_receive.c
index 1855c27c9b3cf2181bbfafa789d01a82703f9db6..c5ed42a80e5e6b01160601bb5878a02db4b21b3c 100644 (file)
@@ -2060,5 +2060,5 @@ void silc_server_rekey(SilcServer server,
 
   if (proto_ctx->pfs == FALSE)
     /* Run the protocol */
-    protocol->execute(server->timeout_queue, 0, protocol, sock->sock, 0, 0);
+    protocol->execute(server->timeout_queue, 0, protocol, sock->sock, 0, 1);
 }