X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/9155ea97b695b6eb5fca1ee79f57b334f6c4ef53..d935f68b3915cbf8ce604b7ead06210ce7d933e0:/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);