mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
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 <timbeale@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
66f8c86e9a
commit
c9cf62bd3a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user