]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
gui.c: make command pipe a nonblocking fd
[paraslash.git] / server.c
index 43f2010b21e193655765afd0799f4813f4e8fd69..f67efa6e233e6bc1bcdd2716f29b94027f3a1b41 100644 (file)
--- a/server.c
+++ b/server.c
@@ -349,6 +349,7 @@ static unsigned do_inits(int argc, char **argv)
        init_random_seed();
        /* parse command line options */
        server_cmdline_parser(argc, argv, &conf);
+       HANDLE_VERSION_FLAG("server", conf);
        para_drop_privileges(conf.user_arg, conf.group_arg);
        /* parse config file, open log and set defaults */
        parse_config(0);