masqmail

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 diff
     1.1 --- a/src/masqmail.c	Sat Feb 18 19:57:39 2012 +0100
     1.2 +++ b/src/masqmail.c	Sat Feb 18 19:59:02 2012 +0100
     1.3 @@ -641,6 +641,7 @@
     1.4  	}
     1.5  
     1.6  	conf.log_dir = LOG_DIR;
     1.7 +	conf.debug_level = debug_level;  /* for debuggin during read_conf() */
     1.8  	/* FIXME: fails if we run as user */
     1.9  	logopen();
    1.10  	if (!read_conf(conf_file)) {