summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-06 15:39:09 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-06 08:10:18 +0200
commit2908bbe06a3905007864c6caeaa77fb46cc442ef (patch)
treec3c1bc2a5d27f9f4e9c4736cc2029f4394c998ce /lib/socket_wrapper
parent1c86ab9c5056c457a40dc4c8e3b39c9b940c077b (diff)
downloadsamba-2908bbe06a3905007864c6caeaa77fb46cc442ef.tar.gz
samba-2908bbe06a3905007864c6caeaa77fb46cc442ef.tar.bz2
samba-2908bbe06a3905007864c6caeaa77fb46cc442ef.zip
s4-selftest: Test samba-tool domain dcpromo
This needs a new environment to test it properly. This requires a raise in the number of socket wrapper interfaces. Andrew Bartlett
Diffstat (limited to 'lib/socket_wrapper')
-rw-r--r--lib/socket_wrapper/socket_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socket_wrapper/socket_wrapper.c b/lib/socket_wrapper/socket_wrapper.c
index 2c24ab7924..44d21fb3e1 100644
--- a/lib/socket_wrapper/socket_wrapper.c
+++ b/lib/socket_wrapper/socket_wrapper.c
@@ -154,7 +154,7 @@
/* This limit is to avoid broadcast sendto() needing to stat too many
* files. It may be raised (with a performance cost) to up to 254
* without changing the format above */
-#define MAX_WRAPPED_INTERFACES 32
+#define MAX_WRAPPED_INTERFACES 40
#ifdef HAVE_IPV6
/*