updates.
[silc.git] / lib / silcclient / client_channel.c
index 376572ca05725da826c91c65686dbca4c18d315d..88ccd4534aea5e2a6d50512ba67669c9672eb4b9 100644 (file)
@@ -146,7 +146,7 @@ void silc_client_send_channel_message(SilcClient client,
                   sock->outbuf->data, sock->outbuf->len);
 
   /* Now actually send the packet */
-  silc_client_packet_send_real(client, sock, force_send, FALSE);
+  silc_client_packet_send_real(client, sock, force_send);
   silc_buffer_free(payload);
   silc_free(id_string);
 }