Remove a line of redundant log debug

This commit is contained in:
Andrew Bettison 2012-07-31 17:49:00 +09:30
parent cd168ac368
commit ac12eac5bc

View File

@ -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;
}