X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf.c;h=827da68181bfc2bbc8eb5d8083878b6a4dcbaf36;hb=075e6828a7533e7daa790225f17aa6bb39703278;hp=779425971439e08492c8f55f2e997dd7ce463ffc;hpb=9b129c07e273ae113f3c67a9feeee82e8146f3a1;p=tinc diff --git a/src/conf.c b/src/conf.c index 77942597..827da681 100644 --- a/src/conf.c +++ b/src/conf.c @@ -401,7 +401,7 @@ bool read_server_config() { cp(); - asprintf(&fname, "%s/tinc.conf", confbase); + xasprintf(&fname, "%s/tinc.conf", confbase); x = read_config_file(config_tree, fname); if(x == -1) { /* System error: complain */