diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-14 22:30:25 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-14 22:30:25 +0200 |
commit | c121f8945f7249520342ad86ff00f4986642ca0a (patch) | |
tree | ea45dd9d19f737005cfa9d8c5e6b60e303388d9e /conf.c | |
parent | 85e9644fe03cef7b83f3b3200943364e4eecaf14 (diff) |
xml_load() works pretty well now.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ conf_t *conf_load( int argc, char *argv[] ) conf->port = 6667; conf->nofork = 0; conf->verbose = 0; - conf->primary_storage = "text"; + conf->primary_storage = "xml"; conf->runmode = RUNMODE_INETD; conf->authmode = AUTHMODE_OPEN; conf->auth_pass = NULL; |