X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=90dfc1f58962f69355775fd87e4c08f8253efeac;hp=a5ae0268cfde442345cd2c0993f6a95ce07f1c2a;hb=78882bd94652b156e55e6385a33cd5126c439651;hpb=18a655c9999e2d0dcfb4dc073770485e7e12a256 diff --git a/server.c b/server.c index a5ae0268..90dfc1f5 100644 --- a/server.c +++ b/server.c @@ -263,12 +263,6 @@ static void parse_config(int override) server_cmdline_parser_config_file(cf, &conf, ¶ms); conf.daemon_given = tmp; } - /* logfile */ - if (!conf.logfile_given && conf.daemon_given) { - ret = -1; - PARA_EMERG_LOG("fatal: daemon option, but no log file given\n"); - goto out; - } if (conf.logfile_given) logfile = open_log(conf.logfile_arg); ret = 1;