X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fconf.c;h=827da68181bfc2bbc8eb5d8083878b6a4dcbaf36;hp=779425971439e08492c8f55f2e997dd7ce463ffc;hb=075e6828a7533e7daa790225f17aa6bb39703278;hpb=5a132550deb58473285e5f91705d286aef47be71 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 */