From 2908bbe06a3905007864c6caeaa77fb46cc442ef Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Jul 2012 15:39:09 +1000 Subject: 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 --- lib/socket_wrapper/socket_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/socket_wrapper') 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 /* -- cgit