Make the filename syntax more palatable.
[fwd] / un.c
diff --git a/un.c b/un.c
index c0e62ca..c1e1e4d 100644 (file)
--- 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);