summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 739916ba4..94b05b08e 100644
--- a/misc.c
+++ b/misc.c
@@ -1103,6 +1103,7 @@ unix_listener(const char *path, int backlog, int unlink_first)
1103 } 1103 }
1104 return sock; 1104 return sock;
1105} 1105}
1106
1106void 1107void
1107sock_set_v6only(int s) 1108sock_set_v6only(int s)
1108{ 1109{