Don't oan about padding characters
This commit is contained in:
parent
5bf3f7dc2a
commit
e97b220c8c
@ -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…
x
Reference in New Issue
Block a user