|
@@ -375,7 +375,7 @@ SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
|
|
|
|
|
|
req->Capabilities = cpu_to_le32(ses->server->vals->req_capabilities);
|
|
|
|
|
|
- memcpy(req->ClientGUID, cifs_client_guid, SMB2_CLIENT_GUID_SIZE);
|
|
|
+ memcpy(req->ClientGUID, server->client_guid, SMB2_CLIENT_GUID_SIZE);
|
|
|
|
|
|
iov[0].iov_base = (char *)req;
|
|
|
/* 4 for rfc1002 length field */
|
|
@@ -478,7 +478,8 @@ int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon)
|
|
|
|
|
|
vneg_inbuf.Capabilities =
|
|
|
cpu_to_le32(tcon->ses->server->vals->req_capabilities);
|
|
|
- memcpy(vneg_inbuf.Guid, cifs_client_guid, SMB2_CLIENT_GUID_SIZE);
|
|
|
+ memcpy(vneg_inbuf.Guid, tcon->ses->server->client_guid,
|
|
|
+ SMB2_CLIENT_GUID_SIZE);
|
|
|
|
|
|
if (tcon->ses->sign)
|
|
|
vneg_inbuf.SecurityMode =
|