commit | 6d027cfdb19c26df3151a519ed55acfe2c4cb7c3 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Jun 05 16:26:05 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jun 05 16:26:05 2006 +0000 |
tree | c40004c2518013409bd0f701eca868fd14c74e7f | |
parent | f64b23ae4aef9f69d71ea41529a188acd5ab4930 [diff] [blame] |
[CIFS] NTLMv2 support part 3 Response struct filled in exacty for 16 byte hash which we need to check more to make sure it works. Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index 503b7e3..5250b93 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h
@@ -582,7 +582,7 @@ struct ntlmv2_resp { char ntlmv2_hash[CIFS_ENCPWD_SIZE]; - __le32 blob_sign; + __le32 blob_signature; __u32 reserved; __le64 time; __u64 client_chal; /* random */