mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 03:24:13 +00:00
Remove a line of redundant log debug
This commit is contained in:
parent
cd168ac368
commit
ac12eac5bc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user