summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/providers/ad/ad_subdomains.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ad/ad_subdomains.c b/src/providers/ad/ad_subdomains.c
index abcc93cfa..58510c3f9 100644
--- a/src/providers/ad/ad_subdomains.c
+++ b/src/providers/ad/ad_subdomains.c
@@ -404,6 +404,7 @@ static errno_t ad_subdomains_refresh(struct ad_subdomains_ctx *ctx,
if (count == h) {
/* all domains were already accounted for and have been updated */
ret = EOK;
+ *changes = false;
goto done;
}
@@ -664,7 +665,7 @@ static void ad_subdomains_get_root_domain_done(struct tevent_req *req)
struct sysdb_attrs **reply = NULL;
struct ad_subdomains_req_ctx *ctx;
int dp_error = DP_ERR_FATAL;
- bool has_changes;
+ bool has_changes = false;
ctx = tevent_req_callback_data(req, struct ad_subdomains_req_ctx);