s4:libcli:smb2: add the client_guid to the smbcli_options
authorMichael Adam <obnox@samba.org>
Wed, 25 Sep 2013 04:46:47 +0000 (06:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 5 Oct 2013 12:04:07 +0000 (14:04 +0200)
commit4e99a0fbfeb1330f67059caaef25669410510617
tree1a7ab591581146e6d885479d2d14f2952b210f6f
parent39a965ac83ed8c6ad48c77519b47f6ca544ec713
s4:libcli:smb2: add the client_guid to the smbcli_options

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

Having the client guid in the smbcli_options 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