1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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>
This commit is contained in:
Stefan Metzmacher 2020-07-03 11:56:19 +02:00
parent ce7eaca735
commit 5451882004

View 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
)
{