1
0
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:
Tim Beale 2018-05-29 15:22:07 +12:00 committed by Andrew Bartlett
parent 66f8c86e9a
commit c9cf62bd3a

View File

@ -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();