X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/270b8403580b7fd0feae995b9e8bad4a2ff660ff..367d81afe3d72b6bc1519d2ae2187a6535370025:/un.c diff --git a/un.c b/un.c index c0e62ca..c1e1e4d 100644 --- a/un.c +++ b/un.c @@ -47,7 +47,7 @@ static addr *un_read(scanner *sc, unsigned type) dstr d = DSTR_INIT; un_addr *ua; - conf_name(sc, '/', &d); + conf_fname(sc, &d); ua = xmalloc(sizeof(addr) + offsetof(struct sockaddr_un, sun_path) + d.len + 1);