summaryrefslogtreecommitdiff
path: root/sysdep/unix/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r--sysdep/unix/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index 1beb8245..1a659567 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -1565,6 +1565,7 @@ sk_connect_unix(sock *s, char *name, socklen_t namelen)
s->fd = fd;
s->type = SK_UNIX;
sk_insert(s);
+ sk_alloc_bufs(s);
return 0;
}