projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c9f4e
)
updates.
silc.client.0.7.6
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 3 Feb 2002 20:41:44 +0000
(20:41 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 3 Feb 2002 20:41:44 +0000
(20:41 +0000)
lib/silcclient/client_channel.c
patch
|
blob
|
history
diff --git
a/lib/silcclient/client_channel.c
b/lib/silcclient/client_channel.c
index 8d3431ca0c4adbc490307146bddd011705413868..0ac903df235e6727a05140d795d23ac881e36cf0 100644
(file)
--- 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;
}
}