]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture/smb2: add const to options for test_multichannel_create_channel()
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Jul 2020 09:56:19 +0000 (11:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:38 +0000 (15:54 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source4/torture/smb2/multichannel.c

index 4e532d23468efcceba05fc381487ff2b37512e91..e217772796f3972fcc21a6aa70fa744262f54e43 100644 (file)
@@ -168,7 +168,7 @@ static struct smb2_tree *test_multichannel_create_channel(
                                const char *host,
                                const char *share,
                                struct cli_credentials *credentials,
-                               struct smbcli_options *transport_options,
+                               const struct smbcli_options *transport_options,
                                struct smb2_tree *parent_tree
                                )
 {