Merged from DEVEL to main. Two TCP fixes and two NULL reference fixes.

This commit is contained in:
likewise
2004-01-20 13:23:52 +00:00
parent eed8ea5bc1
commit 1b96391cdf
6 changed files with 26 additions and 32 deletions

View File

@@ -80,7 +80,6 @@ icmp_input(struct pbuf *p, struct netif *inp)
return;
}
LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n"));
LWIP_DEBUGF(DEMO_DEBUG, ("Pong!\n"));
if (p->tot_len < sizeof(struct icmp_echo_hdr)) {
LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n"));
pbuf_free(p);