From ac12eac5bcfd16d9a28f1a098c7fd7f96cf27832 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Tue, 31 Jul 2012 17:49:00 +0930 Subject: [PATCH] Remove a line of redundant log debug --- overlay_packetformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay_packetformats.c b/overlay_packetformats.c index cc9e5966..0135c9df 100644 --- a/overlay_packetformats.c +++ b/overlay_packetformats.c @@ -215,7 +215,7 @@ int packetOkOverlay(struct overlay_interface *interface,unsigned char *packet, s if (f.nexthop[0]==0 || f.destination[0]==0 || f.source[0]==0){ WHY("Addresses expanded incorrectly"); - dump("Addresses expanded incorrectly", &packet[payloadStart], ofs - payloadStart); + dump(NULL, &packet[payloadStart], ofs - payloadStart); break; }