mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
1bdd3a466d
commit
d102d5ab57
@ -139,6 +139,7 @@ static void finddcs_getdc(struct irpc_request *ireq)
|
||||
talloc_get_type(ireq->async.private, struct finddcs_state);
|
||||
|
||||
state->ctx->status = irpc_call_recv(ireq);
|
||||
talloc_free(ireq);
|
||||
if (!composite_is_ok(state->ctx)) return;
|
||||
|
||||
state->dcs[0].name = talloc_steal(state->dcs, state->r.out.dcname);
|
||||
|
Loading…
Reference in New Issue
Block a user