git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8159b15
)
fix from WSPP SMB2 test 11
author
Andrew Tridgell
<tridge@samba.org>
Thu, 29 May 2008 09:32:04 +0000
(19:32 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 29 May 2008 09:32:04 +0000
(19:32 +1000)
source/smb_server/smb2/sesssetup.c
patch
|
blob
|
history
diff --git
a/source/smb_server/smb2/sesssetup.c
b/source/smb_server/smb2/sesssetup.c
index 1aaacf897c62e46310b6c4aa17cdfcc2cddec6a4..d386bfc72d1c23c4bc28fc0f917e2f845f1e012c 100644
(file)
--- a/
source/smb_server/smb2/sesssetup.c
+++ b/
source/smb_server/smb2/sesssetup.c
@@
-158,7
+158,8
@@
static void smb2srv_sesssetup_backend(struct smb2srv_request *req, union smb_ses
}
if (!smb_sess) {
- status = NT_STATUS_USER_SESSION_DELETED;
+ /* see WSPP test suite - test 11 */
+ status = NT_STATUS_REQUEST_NOT_ACCEPTED;
goto failed;
}