src/server/config/objconf.c

changeset 23
a2c8fc23c90e
parent 17
d2a97bbeb57d
child 25
5dee29c7c530
--- a/src/server/config/objconf.c	Thu Feb 16 15:08:38 2012 +0100
+++ b/src/server/config/objconf.c	Wed Feb 22 23:20:39 2012 +0100
@@ -48,6 +48,7 @@
     conf->parser.parse = objconf_parse;
     conf->file = file;
     conf->conditions = NULL;
+    conf->levels = NULL;
 
     int r = cfg_parse_basic_file((ConfigParser*)conf, in);
     if(r != 0) {

mercurial