summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-05-16 17:10:08 +0000
committerglebius <glebius@FreeBSD.org>2005-05-16 17:10:08 +0000
commitcbf78c0d237f19ef2e69bd75b8d1d40ae2611015 (patch)
treef06e5c08994ade817a38012660935bf7bb4453d9 /sys/netgraph/netflow/netflow.c
parent697612a8ec8f2af50d54ae4aa14ae5a38e516eb9 (diff)
downloadFreeBSD-src-cbf78c0d237f19ef2e69bd75b8d1d40ae2611015.zip
FreeBSD-src-cbf78c0d237f19ef2e69bd75b8d1d40ae2611015.tar.gz
Catch up with new ng_package_data().
Diffstat (limited to 'sys/netgraph/netflow/netflow.c')
-rw-r--r--sys/netgraph/netflow/netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c
index ff94bef..1eba26a 100644
--- a/sys/netgraph/netflow/netflow.c
+++ b/sys/netgraph/netflow/netflow.c
@@ -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 *);
OpenPOWER on IntegriCloud