masqmail
changeset 397:cdd16614c1f5
Fixed debugging output during read_conf().
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 18 Feb 2012 19:59:02 +0100 |
parents | 6f2a8113a79e |
children | b033fd9b96e4 |
files | src/masqmail.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)) {