Last inet change incomplete

This commit is contained in:
Ben Gras 2005-06-29 11:47:40 +00:00
parent 03e2560d81
commit 906690eb55

View File

@ -746,11 +746,11 @@ assert (pack->acc_length >= IP_MIN_HDR_SIZE);
printf( printf(
"ip[%d]: broadcast packet for ip-nonbroadcast addr, src=", "ip[%d]: broadcast packet for ip-nonbroadcast addr, src=",
ip_port->ip_port); ip_port->ip_port);
#endif
writeIpAddr(ip_hdr->ih_src); writeIpAddr(ip_hdr->ih_src);
printf(" dst="); printf(" dst=");
writeIpAddr(ip_hdr->ih_dst); writeIpAddr(ip_hdr->ih_dst);
printf("\n"); printf("\n");
#endif
bf_afree(pack); bf_afree(pack);
return; return;
} }