Fix build.

This commit is contained in:
Gleb Smirnoff 2005-09-06 20:36:38 +00:00
parent f93a0797e0
commit ba5b359aef

View File

@ -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); \