mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
r19753: verify result of received request before sending the next one.
I don't know why I forgot this... rafal
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
324395afc7
commit
d5f7141a6c
@@ -986,6 +986,7 @@ static void continue_domain_open_userlist(struct composite_context *ctx)
|
||||
|
||||
/* receive lsa domain handle */
|
||||
c->status = libnet_DomainOpen_recv(ctx, s->ctx, c, &s->domain_open);
|
||||
if (!composite_is_ok(c)) return;
|
||||
|
||||
/* prepare arguments */
|
||||
s->user_list.in.handle = &s->ctx->lsa.handle;
|
||||
|
||||
Reference in New Issue
Block a user