summaryrefslogtreecommitdiffstats
path: root/innbbsd/pmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/pmain.c')
-rw-r--r--innbbsd/pmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/pmain.c b/innbbsd/pmain.c
index d0f86484..5236244e 100644
--- a/innbbsd/pmain.c
+++ b/innbbsd/pmain.c
@@ -55,7 +55,7 @@ p_unix_main(path)
#ifdef DEBUG
printf("start to allocate path %s\n", path);
#endif
- int fd = unixclient(path, "tcp");
+ int fd = toconnect(path);
if (fd < 0)
unlink(path);
else