s4:libcli:smb2: add the smb2_capabilities to the smbcli_options
authorMichael Adam <obnox@samba.org>
Wed, 25 Sep 2013 04:57:23 +0000 (06:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 5 Oct 2013 12:04:07 +0000 (14:04 +0200)
commit5736f134003f426530040e732a6acc1c86b33f5f
treee9e9e2e74e7a74d13eeb2779ad06c7bd8a7b6d93
parent4e99a0fbfeb1330f67059caaef25669410510617
s4:libcli:smb2: add the smb2_capabilities to the smbcli_options

and initialize them in lpcfg_smbcli_options() instead of
in smb2_transport_init() as previously.

This will allow us to control them from callers later.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/libcli/raw/libcliraw.h
source4/libcli/smb2/transport.c
source4/param/loadparm.c