aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios4/files/patch-lib_nsock.c
blob: 24d0532373c796a5b58b327eebade5cf8f5c8863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/nsock.c.orig	2014-08-12 15:00:01 UTC
+++ lib/nsock.c
@@ -81,7 +81,7 @@ int nsock_unix(const char *path, unsigne
 	if(flags & NSOCK_UDP)
 		return sock;
 
-	if(listen(sock, 3) < 0) {
+	if(listen(sock, 48) < 0) {
 		close(sock);
 		return NSOCK_ELISTEN;
 	}