mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsdd tests. Thanks to Andrew for catching this.
Also fixes a typo in sessetup.c.
This commit is contained in:
committed by
Stefan Metzmacher
parent
a175ee6594
commit
b97de4a655
@@ -129,7 +129,7 @@ static void request_handler(struct smbcli_request *req)
|
||||
case RAW_SESSSETUP_SPNEGO:
|
||||
state->io->out.vuid = state->setup.spnego.out.vuid;
|
||||
if (NT_STATUS_EQUAL(c->status, NT_STATUS_LOGON_FAILURE)) {
|
||||
/* we neet to reset the vuid for a new try */
|
||||
/* we need to reset the vuid for a new try */
|
||||
session->vuid = 0;
|
||||
if (cli_credentials_wrong_password(state->io->in.credentials)) {
|
||||
nt_status = session_setup_spnego(c, session,
|
||||
|
||||
Reference in New Issue
Block a user