X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dss.c;h=3508d38d798c1af448398c2de1d0b438a61bb4e4;hb=a0b6810b7e5ac1d11b4b8e555c8304b65bce8559;hp=223f80e086e66b6ae3367e84292de91c62a9195a;hpb=379ec51fd7e1a4a7fa7fd8cbc091ebccf8a70486;p=dss.git diff --git a/dss.c b/dss.c index 223f80e..3508d38 100644 --- a/dss.c +++ b/dss.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -964,7 +964,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); }