commit | 625b60d4f9517903ad499633776825e67fdb0c16 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Oct 14 19:18:32 2022 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sat Oct 15 10:05:53 2022 -0500 |
tree | ec9acbbed2b44b9ae45a8f07268d7c2d5dfeb748 | |
parent | f09bd695af3b8ab46fc24e5d6954a24104c38387 [diff] |
cifs: lease key is uninitialized in smb1 paths It is cleaner to set lease key to zero in the places where leases are not supported (smb1 can not return lease keys so the field was uninitialized). Addresses-Coverity: 1513994 ("Uninitialized scalar variable") Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>