]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
afh_recv: Replace ggo text section by description.
[paraslash.git] / client_common.c
index f4b09cd23c2eeedf7974583f3bf2cf145c993fc5..754b5bf235d6817714cb28e922ff60fbed2e0649 100644 (file)
@@ -641,7 +641,7 @@ int client_parse_config(int argc, char *argv[], struct client_task **ct_ptr,
        ret = -E_CLIENT_SYNTAX;
        if (client_cmdline_parser(argc, argv, &ct->conf))
                goto out;
-       HANDLE_VERSION_FLAG("client", ct->conf);
+       version_handle_flag("client", ct->conf.version_given);
 
        ct->config_file = ct->conf.config_file_given?
                para_strdup(ct->conf.config_file_arg) :