summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-08-07 12:53:08 +1200
committerJeremy Allison <jra@samba.org>2015-10-20 20:22:22 +0200
commit751ea346bc9a1b915ec11b59d04f585647a2e385 (patch)
tree41528ce9577181cbb4acd29a2c108a46128cf92a /selftest
parent56dd83b9f662cde99b7d00b8250e36cd5947a86c (diff)
downloadsamba-751ea346bc9a1b915ec11b59d04f585647a2e385.tar.gz
selftest: Correct comment about MAX_WRAPPED_INTERFACES
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm
index 99372037463..9f3e6ec3896 100644
--- a/selftest/target/Samba.pm
+++ b/selftest/target/Samba.pm
@@ -180,8 +180,8 @@ sub get_interface($)
$interfaces{"fileserver"} = 35;
# update lib/socket_wrapper/socket_wrapper.c
- # #define MAX_WRAPPED_INTERFACES 32
- # if you wish to have more than 32 interfaces
+ # #define MAX_WRAPPED_INTERFACES 40
+ # if you wish to have more than 40 interfaces
if (not defined($interfaces{$netbiosname})) {
die();