diff options
Diffstat (limited to 'net-mgmt/nagios4/files/patch-lib_nsock.c')
| -rw-r--r-- | net-mgmt/nagios4/files/patch-lib_nsock.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios4/files/patch-lib_nsock.c b/net-mgmt/nagios4/files/patch-lib_nsock.c deleted file mode 100644 index 24d0532373c7..000000000000 --- a/net-mgmt/nagios4/files/patch-lib_nsock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } |
