commit | cd2dca60be6f4742b63373fd7e4b445c8a634e51 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <paulo@paulo.ac> | Wed Jun 13 13:54:14 2018 -0300 |
committer | Steve French <stfrench@microsoft.com> | Fri Jun 15 02:38:08 2018 -0500 |
tree | 495bf7e6a9f2f6aca983c5ebaf28642ffe886ef3 | |
parent | 07cd952f3ad51bc7f87dcdba0faac979ee559fd3 [diff] |
cifs: Fix encryption/signing Since the rfc1002 generation was moved down to __smb_send_rqst(), the transform header is now in rqst->rq_iov[0]. Correctly assign the transform header pointer in crypt_message(). Signed-off-by: Paulo Alcantara <palcantara@suse.de> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>