Import release 0.1.5
[secnet] / conffile.y
index b6b246c..cd53b7c 100644 (file)
@@ -23,7 +23,7 @@ static void yyerror(char *s);
 
 %%
 
-input:           assignments { result = $1; }
+input:           assignments { result = $1; $$=result; }
                ;
 
 assignments:     assignments assignment { $$=node(T_ALIST, $2, $1); }