selftest: Correct comment about MAX_WRAPPED_INTERFACES
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Aug 2015 00:53:08 +0000 (12:53 +1200)
committerJeremy Allison <jra@samba.org>
Tue, 20 Oct 2015 18:22:22 +0000 (20:22 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba.pm

index 99372037463771969307102de7821aaa1a5e8e8a..9f3e6ec38960d620b6c2ca62d23ed4309f157dd3 100644 (file)
@@ -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();