Searched refs:new_dcs (Results 1 – 1 of 1) sorted by relevance
248 adutils_ad_t **new_dcs; in reload_dcs() local260 new_dcs = NULL; in reload_dcs()279 new_dcs = calloc(new_num_dcs, sizeof (adutils_ad_t *)); in reload_dcs()280 if (new_dcs == NULL) in reload_dcs()283 if (adutils_ad_alloc(&new_dcs[0], pgcfg->domain_name, in reload_dcs()288 if (idmap_add_ds(new_dcs[0], in reload_dcs()304 if (adutils_add_domain(new_dcs[0], in reload_dcs()313 _idmapdstate.dcs = new_dcs; in reload_dcs()327 if (new_dcs != NULL) { in reload_dcs()328 if (new_dcs[0] != NULL) in reload_dcs()[all …]