projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a1626
)
Removed abort.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 30 Oct 2003 20:05:12 +0000
(20:05 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 30 Oct 2003 20:05:12 +0000
(20:05 +0000)
lib/silccore/silcpacket.c
patch
|
blob
|
history
diff --git
a/lib/silccore/silcpacket.c
b/lib/silccore/silcpacket.c
index f6e2ea15e155124ea6450127907c8734f16b59da..0a9ad104d24443bf07d6c339c121b63216e4820f 100644
(file)
--- a/
lib/silccore/silcpacket.c
+++ b/
lib/silccore/silcpacket.c
@@
-496,9
+496,6
@@
static bool silc_packet_check_mac(SilcHmac hmac,
/* Compare the MAC's */
if (memcmp(packet_mac, mac, mac_len)) {
SILC_LOG_ERROR(("MAC failed"));
-#if 1
- abort();
-#endif
return FALSE;
}