mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build.
This commit is contained in:
parent
f93a0797e0
commit
ba5b359aef
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ static ng_ID_t nextID = 1;
|
|||
if (n->m_nextpkt != NULL) \
|
||||
panic("%s: m_nextpkt", __func__); \
|
||||
} \
|
||||
|
||||
\
|
||||
if ((m)->m_pkthdr.len != total) { \
|
||||
panic("%s: %d != %d", \
|
||||
__func__, (m)->m_pkthdr.len, total); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue