updates.
[silc.git] / apps / silcd / packet_receive.c
index 9f175376d55afb4e9aa43f58659fb6a0eec9b061..fe420c61f635e38d5e9fb6557c004556fd55ce0b 100644 (file)
@@ -2065,5 +2065,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);
+    silc_protocol_execute(protocol, server->timeout_queue, 0, 0);
 }