X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.c;h=6529073fd4cec30e446ff70d6bc5eb593cf3ec0a;hb=abc5e2984cb16148abec9e36b17adba6f233a72c;hp=2bfc1d8fc3f92ff003266de0c77e5ecf3f578a95;hpb=8eb77a20423c3dcc44c4584a082e981391272cb2;p=paraslash.git diff --git a/server.c b/server.c index 2bfc1d8f..6529073f 100644 --- a/server.c +++ b/server.c @@ -196,7 +196,6 @@ void parse_config_or_die(bool reload) goto free_cf; if (ret == -ERRNO_TO_PARA_ERROR(ENOENT) && OPT_GIVEN(CONFIG_FILE)) goto free_cf; - ret = 0; server_lpr = cmdline_lpr; goto success; }