Catch up with new ng_package_data().

This commit is contained in:
Gleb Smirnoff 2005-05-16 17:10:08 +00:00
parent 3033e8026a
commit 336b3f1e51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146285

View file

@ -161,7 +161,7 @@ get_export_dgram(priv_p priv)
m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR);
if (m == NULL)
return (NULL);
item = ng_package_data(m, NULL);
item = ng_package_data(m, NG_NOFLAGS);
if (item == NULL)
return (NULL);
dgram = mtod(m, struct netflow_v5_export_dgram *);