From 4e99a0fbfeb1330f67059caaef25669410510617 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 25 Sep 2013 06:46:47 +0200 Subject: 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 Reviewed-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source4/libcli/raw/libcliraw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/raw/libcliraw.h') diff --git a/source4/libcli/raw/libcliraw.h b/source4/libcli/raw/libcliraw.h index a246ade7b6..d2ff90d0e4 100644 --- a/source4/libcli/raw/libcliraw.h +++ b/source4/libcli/raw/libcliraw.h @@ -100,6 +100,7 @@ struct smbcli_options { uint16_t max_mux; int request_timeout; enum smb_signing_setting signing; + struct GUID client_guid; }; /* this is the context for the client transport layer */ -- cgit