summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-07-03 11:56:19 +0200
committerStefan Metzmacher <metze@samba.org>2020-07-08 15:54:38 +0000
commit5451882004c29bb06bb20d735d96d21928bc54d1 (patch)
treede5f2927b259e3d43a935e053e4ac21d9d9c8dd1 /source4
parentce7eaca7353289ee4959406a39536a1efbc9d2ac (diff)
downloadsamba-5451882004c29bb06bb20d735d96d21928bc54d1.tar.gz
s4:torture/smb2: add const to options for test_multichannel_create_channel()
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>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/multichannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/multichannel.c b/source4/torture/smb2/multichannel.c
index 4e532d23468..e217772796f 100644
--- a/source4/torture/smb2/multichannel.c
+++ b/source4/torture/smb2/multichannel.c
@@ -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
)
{