From: Tim Beale Date: Tue, 29 May 2018 03:22:07 +0000 (+1200) Subject: selftest: Update MAX_WRAPPED_INTERFACES comment to match code X-Git-Tag: tevent-0.9.37~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9cf62bd3a046fef67c1fcea6432f2ee71333876;p=thirdparty%2Fsamba.git selftest: Update MAX_WRAPPED_INTERFACES comment to match code Commit 19606e4dc657b0baf3ea84d updated the MAX_WRAPPED_INTERFACES define in the C code from 40 to 64. Signed-off-by: Tim Beale Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm index b0482d36c91..81d3d21d5f4 100644 --- a/selftest/target/Samba.pm +++ b/selftest/target/Samba.pm @@ -409,8 +409,8 @@ sub get_interface($) $interfaces{"vampire2000dc"} = 39; # update lib/socket_wrapper/socket_wrapper.c - # #define MAX_WRAPPED_INTERFACES 40 - # if you wish to have more than 40 interfaces + # #define MAX_WRAPPED_INTERFACES 64 + # if you wish to have more than 64 interfaces if (not defined($interfaces{$netbiosname})) { die();