diff src/config/main.c @ 15087:8c003fe6f5a6

config: Support looking up config for multiple modules at the same time.
author Timo Sirainen <tss@iki.fi>
date Wed, 19 Sep 2012 15:33:10 +0300
parents d0d7b810646b
children 13e74bd5ac8c
line wrap: on
line diff
--- a/src/config/main.c	Tue Sep 18 05:12:28 2012 +0300
+++ b/src/config/main.c	Wed Sep 19 15:33:10 2012 +0300
@@ -30,7 +30,7 @@
 	config_parse_load_modules();
 
 	path = master_service_get_config_path(master_service);
-	if (config_parse_file(path, TRUE, "", &error) <= 0)
+	if (config_parse_file(path, TRUE, NULL, &error) <= 0)
 		i_fatal("%s", error);
 
 	master_service_run(master_service, client_connected);