Fix bug in parse type for struct ng_one2many_config.

Reported by:	Yian Zhu <Yian.Zhu@qobra.com>
This commit is contained in:
Archie Cobbs 2000-12-12 23:12:22 +00:00
parent d00a91423d
commit eb1fc88909
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69938

View File

@ -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 } \
} \