summaryrefslogtreecommitdiff
path: root/trans/ifsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'trans/ifsock.c')
-rw-r--r--trans/ifsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/ifsock.c b/trans/ifsock.c
index 24be1679..ffa21db1 100644
--- a/trans/ifsock.c
+++ b/trans/ifsock.c
@@ -82,7 +82,7 @@ main (int argc, char **argv)
/* Try and connect to the pflocal server */
sprintf (buf, "%s/%d", _SERVERS_SOCKET, PF_LOCAL);
- pflocal = path_lookup (buf, 0, 0);
+ pflocal = file_name_lookup (buf, 0, 0);
if (pflocal == MACH_PORT_NULL)
address_port = MACH_PORT_NULL;