diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-14 12:57:38 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-14 12:57:38 +0200 |
commit | 055b6e89fa1be9fbcce1821196b6502cf78f6108 (patch) | |
tree | 100d835d7a41c564196489d3ece7954f6f0c9241 /sysdep/unix/io.c | |
parent | 6150a9ab9ace77cd51db02e6e98b6b44fb18ba88 (diff) |
WIP debug socket sk_alloc_bufs
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 1 |
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; } |