mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
r13872: fix typo
metze (This used to be commit f28fb440d59401fb8ba5b8eb7868f0063d151693)
This commit is contained in:
parent
a0e66eac7d
commit
8d91f3dec0
@ -2123,7 +2123,7 @@ static void reply_sesssetup_spnego(struct smbsrv_request *req)
|
||||
smbsrv_setup_reply(req, 4, sess.spnego.out.secblob.length);
|
||||
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
|
||||
smbsrv_send_error(req, status);
|
||||
smbsrv_setup_error(req, status);
|
||||
}
|
||||
|
||||
SSVAL(req->out.vwv, VWV(0), SMB_CHAIN_NONE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user