Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) <[email protected]> Signed-off-by: Steve French <[email protected]>
- Loading branch information