X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dss.c;h=e32e7e20a1efcad97f213b7da6212bb881ccc248;hb=c279f1a5bd474f002f8486aafbfd0b7f0d4e15c3;hp=531beb60508045a3f40e983b80edc7102a3f4c26;hpb=f92d4b984e14d18f468151ac8596dc0159ff838e;p=dss.git diff --git a/dss.c b/dss.c index 531beb6..e32e7e2 100644 --- a/dss.c +++ b/dss.c @@ -884,7 +884,7 @@ static int parse_config_file(int override) conf.logfile_given = 1; } } - if (conf.logfile_given) { + if (conf.logfile_given && conf.run_given && conf.daemon_given) { logfile = open_log(conf.logfile_arg); log_welcome(conf.loglevel_arg); }