mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r11692: added a full composite (async) spnego session setup for SMB2. This
simplies the torture code a lot.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
26ed781375
commit
7bf1046fbb
@@ -370,8 +370,8 @@ struct composite_context *smb_composite_sesssetup_send(struct smbcli_session *se
|
||||
|
||||
state = talloc(c, struct sesssetup_state);
|
||||
if (state == NULL) {
|
||||
c->state = COMPOSITE_STATE_ERROR;
|
||||
c->status = NT_STATUS_NO_MEMORY;
|
||||
talloc_free(c);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
state->io = io;
|
||||
|
||||
Reference in New Issue
Block a user