summary refs log tree commit diff
path: root/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen.c')
-rw-r--r--listen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/listen.c b/listen.c
index d758b9d..1179a8b 100644
--- a/listen.c
+++ b/listen.c
@@ -69,9 +69,6 @@ size_t listenBind(int fds[], size_t cap, const char *host, const char *port) {
 			continue;
 		}
 
-		error = listen(fds[len], 1);
-		if (error) err(EX_IOERR, "listen");
-
 		len++;
 	}
 	freeaddrinfo(head);