mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ng_lmi: Move all of highest_dlci under #if 0.
This commit is contained in:
parent
497c2cf4f8
commit
a11819ca1f
1 changed files with 4 additions and 0 deletions
|
|
@ -742,7 +742,9 @@ nglmi_checkdata(hook_p hook, struct mbuf *m)
|
|||
u_char nextbyte;
|
||||
int seq_seen = 0;
|
||||
int resptype_seen = 0; /* 0 , 1 (partial) or 2 (full) */
|
||||
#if 0
|
||||
int highest_dlci = 0;
|
||||
#endif
|
||||
|
||||
packetlen = m->m_len;
|
||||
data = mtod(m, const u_char *);
|
||||
|
|
@ -959,7 +961,9 @@ nglmi_checkdata(hook_p hook, struct mbuf *m)
|
|||
log(LOG_WARNING, "nglmi: DLCI out of range\n");
|
||||
goto reject;
|
||||
}
|
||||
#if 0
|
||||
highest_dlci = dlci;
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
log(LOG_WARNING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue