From a39126192286301731d003577afe0863ac089f52 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 3 Feb 2002 20:41:44 +0000 Subject: [PATCH] updates. --- lib/silcclient/client_channel.c | 3 --- 1 file changed, 3 deletions(-) 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; } } -- 2.24.0