# HG changeset patch # User markus schnalke # Date 1291760504 10800 # Node ID 84ea0b1fc8f84655f20998c6086e9c8ef57bfb18 # Parent 9d88a7d55f533fc255dfad811a09693b5250e27d FIXME comment: where to log while reading the config file? diff -r 9d88a7d55f53 -r 84ea0b1fc8f8 src/masqmail.c --- 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");