X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.c;h=a73493608c4acd0a77abecc4c4a7d09b3bf2a8b8;hp=160209085866f8f5e452582535fa7f140fc8dc34;hb=9c4f7f18c31afa9dbaf4540c30cafd980b29c318;hpb=3b3c092203bf23dfe665739a9916d43415bab056 diff --git a/apps/silcd/packet_send.c b/apps/silcd/packet_send.c index 16020908..a7349360 100644 --- a/apps/silcd/packet_send.c +++ b/apps/silcd/packet_send.c @@ -903,10 +903,10 @@ void silc_server_send_private_message(SilcServer server, + packet->dst_id_len + packet->padlen); silc_packet_send_prepare(dst_sock, 0, 0, buffer->len); silc_buffer_put(dst_sock->outbuf, buffer->data, buffer->len); - + /* Re-encrypt packet */ silc_packet_encrypt(cipher, hmac, dst_sock->outbuf, buffer->len); - + /* Send the packet */ silc_server_packet_send_real(server, dst_sock, FALSE);