aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2006-01-10 11:52:51 +0000
committerHartmut Brandt <harti@FreeBSD.org>2006-01-10 11:52:51 +0000
commit2a9284a7c00b8945ee1421eb62285441141ff8e2 (patch)
treea85d1ce23e071844f3a2c39d4b67aa8da4e6987c /contrib
parentd4199d75a1d995593fa5273b930301f536455bcb (diff)
Notes
Diffstat (limited to 'contrib')
-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 89cd237b1375..c23c8a13b018 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");