aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-05-13 02:26:34 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-05-13 02:26:34 +0000
commitb1f26c738c3a2433f1759099fceb31d741e4f462 (patch)
tree884c73b1448f35aad53a95173e6391afe715a1d4
parentc5136006b2ebefe77c76b4763513be6243e83a42 (diff)
Notes
-rw-r--r--sys/netgraph/netflow/ng_netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c
index d43c976ba4f9..cacbd724b0dc 100644
--- a/sys/netgraph/netflow/ng_netflow.c
+++ b/sys/netgraph/netflow/ng_netflow.c
@@ -422,7 +422,7 @@ ng_netflow_rcvmsg (node_p node, item_p item, hook_p lasthook)
{
struct ng_netflow_setconfig *set;
- if (msg->header.arglen != sizeof(struct ng_netflow_settimeouts))
+ if (msg->header.arglen != sizeof(struct ng_netflow_setconfig))
ERROUT(EINVAL);
set = (struct ng_netflow_setconfig *)msg->data;