Skip to content
Commit 268875b9 authored by Steve French's avatar Steve French
Browse files

[CIFS] Do not send tree disconnect if session is already disconnected



Noticed this when tree connect timed out (due to Samba server crash) -
we try to send a tree disconnect for a tid that does not exist
since we don't have a valid tree id yet. This checks that the
session is valid before sending the tree disconnect to handle
this case.

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 361ea1ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment