mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't oan about padding characters
This commit is contained in:
parent
5bf3f7dc2a
commit
e97b220c8c
1 changed files with 0 additions and 2 deletions
|
|
@ -983,8 +983,6 @@ fsm_Input(struct fsm *fp, struct mbuf *bp)
|
|||
m_freem(bp);
|
||||
return;
|
||||
}
|
||||
log_Printf(LogWARN, "%s: Oops: Got %d bytes but %d byte payload\n",
|
||||
fp->link->name, len, (int)ntohs(lh.length));
|
||||
}
|
||||
|
||||
if (lh.code < fp->min_code || lh.code > fp->max_code ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue