]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture: map --smb-ports option to 'client smb transports'
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Apr 2025 13:02:57 +0000 (15:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 18 Apr 2025 10:17:29 +0000 (10:17 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source4/torture/smbtorture.c

index 7c5a6f78dbbcd28c64d9ae8c63c6047266d6a822..e8cd368824ef409f7d9309803f0e652a217d811f 100644 (file)
@@ -528,7 +528,7 @@ int main(int argc, const char *argv[])
                        lpcfg_set_cmdline(lp_ctx, "torture:async", "Yes");
                        break;
                case OPT_SMB_PORTS:
-                       lpcfg_set_cmdline(lp_ctx, "smb ports", poptGetOptArg(pc));
+                       lpcfg_set_cmdline(lp_ctx, "client smb transports", poptGetOptArg(pc));
                        break;
                case OPT_EXTRA_USER:
                        {