ossp-pkg/fsl/fsl.c 1.67 -> 1.68
--- fsl.c 2004/04/22 10:30:31 1.67
+++ fsl.c 2005/02/02 12:52:12 1.68
@@ -578,7 +578,7 @@
fsldebug(L2_LEVEL_TRACE, "processcfg() ident/facility=\"%s\", mode=%s", cpISF, mode == 0 ? "map/ident" : "default");
/* find configuration root node and check if it is a sequence and has one or more directives below it */
- if ((cfgrv = cfg_node_root(cfg, &cfgseq)) != CFG_OK) {
+ if ((cfgrv = cfg_node_root(cfg, NULL, &cfgseq)) != CFG_OK) {
(void)cfg_error(cfg, cfgrv, &cp); fsldebug(L2_LEVEL_ERROR, "processcfg: cfg_node_root() failed with error %s (%d)", cp, cfgrv); CU(FSL_ERR_CUS); }
/* only dump once */
|
|