From: Stefan Metzmacher Date: Fri, 3 Jul 2020 09:56:19 +0000 (+0200) Subject: s4:torture/smb2: add const to options for test_multichannel_create_channel() X-Git-Tag: samba-4.13.0rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5451882004c29bb06bb20d735d96d21928bc54d1;p=thirdparty%2Fsamba.git 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 Reviewed-by: Günther Deschner --- 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 ) {