masqmail
changeset 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 | 9d88a7d55f53 |
children | bb3005ce0837 |
files | src/masqmail.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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");