From 36e782e2e6f7c0ef9208ccdae2bf70b0baaebdef Mon Sep 17 00:00:00 2001 From: archie Date: Tue, 12 Dec 2000 23:12:22 +0000 Subject: Fix bug in parse type for struct ng_one2many_config. Reported by: Yian Zhu --- sys/netgraph/ng_one2many.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/netgraph/ng_one2many.h b/sys/netgraph/ng_one2many.h index 182a7d1..79d45b3 100644 --- a/sys/netgraph/ng_one2many.h +++ b/sys/netgraph/ng_one2many.h @@ -73,8 +73,8 @@ struct ng_one2many_config { /* Keep this in sync with the above structure definition */ #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ { \ - { "xmitAlg", &ng_parse_uint64_type }, \ - { "failAlg", &ng_parse_uint64_type }, \ + { "xmitAlg", &ng_parse_uint32_type }, \ + { "failAlg", &ng_parse_uint32_type }, \ { "enabledLinks", (atype) }, \ { NULL } \ } \ -- cgit v1.1