s4:libcli/smb2: add const to struct smbcli_options *options for smb2_connect()
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Jul 2020 09:54:42 +0000 (11:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Jul 2020 15:54:38 +0000 (15:54 +0000)
commitce7eaca7353289ee4959406a39536a1efbc9d2ac
tree979080651cc58a0eb9f6037addd279dd300e3566
parent7d06874478edb29a14eedcd8d634f3bf5d8dee50
s4:libcli/smb2: add const to struct smbcli_options *options for smb2_connect()

It will just be passed to smb2_connect_ext(), which already takes a
const pointer.

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/libcli/smb2/connect.c