diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 613a253b2..7c98c956b 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -190,8 +190,7 @@ glue_db_init_and_load(void) if (param == NULL && path != NULL) { allocated = new config_param("database", path->line); - config_add_block_param(allocated, "path", - path->value, path->line); + allocated->AddBlockParam("path", path->value, path->line); param = allocated; } |