diff src/masqmail.c @ 397:cdd16614c1f5

Fixed debugging output during read_conf().
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 19:59:02 +0100
parents 5781ba87df95
children 6874a4f265c1
line wrap: on
line diff
--- a/src/masqmail.c	Sat Feb 18 19:57:39 2012 +0100
+++ b/src/masqmail.c	Sat Feb 18 19:59:02 2012 +0100
@@ -641,6 +641,7 @@
 	}
 
 	conf.log_dir = LOG_DIR;
+	conf.debug_level = debug_level;  /* for debuggin during read_conf() */
 	/* FIXME: fails if we run as user */
 	logopen();
 	if (!read_conf(conf_file)) {