updates.
[silc.git] / lib / silcclient / protocol.c
index a21ea9c45975a53b436e88bbe7174bfe854521fa..02939acba4c5c5dcef823c23a40ae6b2b8f1b395 100644 (file)
@@ -817,7 +817,7 @@ SILC_TASK_CALLBACK(silc_client_protocol_rekey)
          /* Send the REKEY_DONE to indicate we will take new keys into use */
          silc_client_packet_send(client, ctx->sock, 
                                  SILC_PACKET_REKEY_DONE, 
-                                 NULL, 0, NULL, NULL, NULL, 0, TRUE);
+                                 NULL, 0, NULL, NULL, NULL, 0, FALSE);
 
          /* The protocol ends in next stage. */
          protocol->state = SILC_PROTOCOL_STATE_END;
@@ -929,7 +929,7 @@ SILC_TASK_CALLBACK(silc_client_protocol_rekey)
     /* Send the REKEY_DONE to indicate we will take new keys into use 
        now. */ 
     silc_client_packet_send(client, ctx->sock, SILC_PACKET_REKEY_DONE, 
-                           NULL, 0, NULL, NULL, NULL, 0, TRUE);
+                           NULL, 0, NULL, NULL, NULL, 0, FALSE);
     
     /* The protocol ends in next stage. */
     protocol->state = SILC_PROTOCOL_STATE_END;
@@ -952,7 +952,7 @@ SILC_TASK_CALLBACK(silc_client_protocol_rekey)
           now. */ 
        silc_client_packet_send(client, ctx->sock, 
                                SILC_PACKET_REKEY_DONE, 
-                               NULL, 0, NULL, NULL, NULL, 0, TRUE);
+                               NULL, 0, NULL, NULL, NULL, 0, FALSE);
       }
     }