1
0
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:
Andrew Tridgell
2005-11-12 01:08:43 +00:00
committed by Gerald (Jerry) Carter
parent 26ed781375
commit 7bf1046fbb
5 changed files with 164 additions and 68 deletions

View File

@@ -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;