diff options
Diffstat (limited to 'sys/netgraph/netflow')
-rw-r--r-- | sys/netgraph/netflow/netflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index 1eba26a..327a5c6 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -96,7 +96,7 @@ static const char rcs_id[] = ((t) << 3)) /* 8 */ MALLOC_DECLARE(M_NETFLOW_HASH); -MALLOC_DEFINE(M_NETFLOW_HASH, "NetFlow hash", "NetFlow hash"); +MALLOC_DEFINE(M_NETFLOW_HASH, "netflow_hash", "NetFlow hash"); static int export_add(item_p, struct flow_entry *); static int export_send(priv_p, item_p); |