From: Pekka Riikonen Date: Sun, 3 Feb 2002 20:41:44 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.7.6 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=a39126192286301731d003577afe0863ac089f52 updates. --- diff --git a/lib/silcclient/client_channel.c b/lib/silcclient/client_channel.c index 8d3431ca..0ac903df 100644 --- a/lib/silcclient/client_channel.c +++ b/lib/silcclient/client_channel.c @@ -241,9 +241,7 @@ void silc_client_channel_message(SilcClient client, we will use the old key in decryption. If that fails too then we cannot do more and will drop the packet. */ if (!payload) { - SILC_LOG_ERROR(("decr failed")); if (!channel->old_channel_key) { - SILC_LOG_ERROR(("no old key")); goto out; } @@ -251,7 +249,6 @@ void silc_client_channel_message(SilcClient client, channel->old_channel_key, channel->old_hmac); if (!payload) { - SILC_LOG_ERROR(("old decr failed")); goto out; } }