summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ad/ad_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_srv.c b/src/providers/ad/ad_srv.c
index 89186dd12..071da4d22 100644
--- a/src/providers/ad/ad_srv.c
+++ b/src/providers/ad/ad_srv.c
@@ -724,7 +724,7 @@ static void ad_srv_plugin_dcs_done(struct tevent_req *subreq)
state->ctx->be_res,
state->ctx->host_dbs,
state->ctx->opts,
- state->ctx->ad_domain,
+ state->discovery_domain,
dcs, num_dcs);
if (subreq == NULL) {
ret = ENOMEM;