ossp-pkg/cfg/cfg_syn.c 1.19 -> 1.20
--- cfg_syn.c 2004/11/20 12:54:07 1.19
+++ cfg_syn.c 2004/11/20 14:52:56 1.20
@@ -335,7 +335,7 @@
ctx.buf = buf;
ctx.indent = 0;
- if ((rc = cfg_node_root(cfg, &root)) != CFG_OK)
+ if ((rc = cfg_node_root(cfg, NULL, &root)) != CFG_OK)
return rc;
if (node == root) {
/* if we dump the whole configuration, treat the first SEQ node special
|
|