summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2006-01-10 11:52:51 +0000
committerharti <harti@FreeBSD.org>2006-01-10 11:52:51 +0000
commit77f3bb4786b1cbbf16b20ac501e82992fe89ca99 (patch)
treea4f8d317a07d5ed7a3b048d2a1733cc286681054 /contrib/bsnmp
parentd4b0f97afaf09a5f2ab816ced180484681db81e9 (diff)
parent3a835f07a439e6b66009a773e3bd57b577be5f86 (diff)
downloadFreeBSD-src-77f3bb4786b1cbbf16b20ac501e82992fe89ca99.zip
FreeBSD-src-77f3bb4786b1cbbf16b20ac501e82992fe89ca99.tar.gz
This commit was generated by cvs2svn to compensate for changes in r154182,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bsnmp')
-rw-r--r--contrib/bsnmp/gensnmptree/gensnmptree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bsnmp/gensnmptree/gensnmptree.c b/contrib/bsnmp/gensnmptree/gensnmptree.c
index 89cd237..c23c8a1 100644
--- a/contrib/bsnmp/gensnmptree/gensnmptree.c
+++ b/contrib/bsnmp/gensnmptree/gensnmptree.c
@@ -353,6 +353,7 @@ parse(enum tok tok)
node = xalloc(sizeof(struct node));
node->lno = lno;
+ node->flags = 0;
if (tok != '(')
report("'(' expected at begin of node");
OpenPOWER on IntegriCloud