Removed abort.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 30 Oct 2003 20:05:12 +0000 (20:05 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 30 Oct 2003 20:05:12 +0000 (20:05 +0000)
lib/silccore/silcpacket.c

index f6e2ea15e155124ea6450127907c8734f16b59da..0a9ad104d24443bf07d6c339c121b63216e4820f 100644 (file)
@@ -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;
     }