aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-14 22:30:25 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-14 22:30:25 +0200
commitc121f8945f7249520342ad86ff00f4986642ca0a (patch)
treeea45dd9d19f737005cfa9d8c5e6b60e303388d9e /conf.c
parent85e9644fe03cef7b83f3b3200943364e4eecaf14 (diff)
xml_load() works pretty well now.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 7538825d..dd3a0704 100644
--- a/conf.c
+++ b/conf.c
@@ -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;