commit | a52930353eaf443489a350a135c5525a4acbbf56 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@cjr.nz> | Tue Jul 21 09:36:41 2020 -0300 |
committer | Steve French <stfrench@microsoft.com> | Sun Aug 02 18:00:26 2020 -0500 |
tree | f91c99d9e72ceaf3f1e4f0b8c8613d570d112bf3 | |
parent | 7d397a034d5c45528c7bdf7fc3752c4793029cce [diff] |
cifs: handle empty list of targets in cifs_reconnect() In case there were no cached DFS referrals in reconn_setup_dfs_targets(), set cifs_sb to NULL prior to calling reconn_set_next_dfs_target() so it would not try to access an empty tgt_list. Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>