masqmail
diff src/masqmail.c @ 288:84ea0b1fc8f8
FIXME comment: where to log while reading the config file?
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 07 Dec 2010 19:21:44 -0300 |
parents | 4869321aa7bf |
children | 792e0201c1b3 |
line diff
1.1 --- a/src/masqmail.c Tue Dec 07 19:20:11 2010 -0300 1.2 +++ b/src/masqmail.c Tue Dec 07 19:21:44 2010 -0300 1.3 @@ -650,6 +650,7 @@ 1.4 } 1.5 1.6 conf.log_dir = LOG_DIR; 1.7 + /* FIXME: fails if we run as user */ 1.8 logopen(); 1.9 if (!read_conf(conf_file)) { 1.10 logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading config\n");