X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconf.c;h=827da68181bfc2bbc8eb5d8083878b6a4dcbaf36;hb=f1fec466e232c00c668422014029dce9114d3add;hp=779425971439e08492c8f55f2e997dd7ce463ffc;hpb=08aabbf9317806bc50a9a6693ca866c8936ce26b;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 */