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 wrap: on
line diff
--- a/src/masqmail.c	Tue Dec 07 19:20:11 2010 -0300
+++ b/src/masqmail.c	Tue Dec 07 19:21:44 2010 -0300
@@ -650,6 +650,7 @@
 	}
 
 	conf.log_dir = LOG_DIR;
+	/* FIXME: fails if we run as user */
 	logopen();
 	if (!read_conf(conf_file)) {
 		logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading config\n");