Searched defs:candidate_domain (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dusertools.c389 char *candidate_domain = NULL; local
436 } else if (candidate_domain == NULL) {
437 candidate_domain = dmatch;
477 } else if (candidate_domain) {
483 *domain = talloc_steal(memctx, candidate_domain);

Completed in 31 milliseconds