|
|
|
@ -1863,7 +1863,7 @@ do_pkg (struct pkg *packet, _net_addr * addr, int len)
|
|
|
|
|
|
|
|
|
|
/* Check the size of the incoming packet */
|
|
|
|
|
if (len != NTOH16(packet->h.len)) {
|
|
|
|
|
d_printf ("do_pkg: len of the incoming packet is not the same as in pkg->h.len\n");
|
|
|
|
|
d_printf ("do_pkg: len(%d) of the incoming packet is not the same as in pkg->h.len(%d)\n", len, NTOH16(packet->h.len));
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|