X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=f435104b49822179ff682fa50bccac954651fd26;hp=c7760de1167e56bc1388f05da46aeb2d2999944e;hb=a5709c7d45c644cfdedbe25f6873d65cf7aa2a7b;hpb=fa2e4b062432412b90ad7ba6e85d27764544f1c8 diff --git a/server.c b/server.c index c7760de1..f435104b 100644 --- a/server.c +++ b/server.c @@ -191,7 +191,7 @@ static void parse_config(int override) char *cf; if (conf.config_file_given) - cf = conf.config_file_arg; + cf = para_strdup(conf.config_file_arg); else cf = make_message("%s/.paraslash/server.conf", home); free(user_list_file);