Don't oan about padding characters

This commit is contained in:
Brian Somers 2000-06-11 12:22:06 +00:00
parent 5bf3f7dc2a
commit e97b220c8c

View File

@ -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 ||