1
0
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:
Rafal Szczesniak
2006-11-16 23:40:35 +00:00
committed by Gerald (Jerry) Carter
parent 324395afc7
commit d5f7141a6c

View File

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