commit | 268875b9d1dd1bf0b523c59e736da9bc20c8ce1f | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Jun 25 00:29:21 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jun 25 00:29:21 2009 +0000 |
tree | 9d2a55c5847aadfbfc1c50617dc469dd40716900 | |
parent | 361ea1ae5451040cd254eee0b6df64581080b2cc [diff] |
[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: Steve French <sfrench@us.ibm.com>