remove typo
This commit is contained in:
parent
6205ab74fe
commit
5ab52d077c
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ static err_t rckemacif_output(struct netif* netif, struct pbuf* p)
|
|||
|
||||
/* check for over/underflow */
|
||||
if (BUILTIN_EXPECT((p->tot_len < 20 /* IP header size */) || (p->tot_len > 1536), 0)) {
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("rckemacif_output: illegal packet length %d => drop\n", p->len));
|
||||
LWIP_DEBUGF(NETIF_DEBUG, ("rckemacif_output: illegal packet length %d => drop\n", p->tot_len));
|
||||
return ERR_IF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue