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

/sssd/src/providers/
H A Dfail_over.c49 SRV_RESOLVE_ERROR, /* Could not resolve this SRV lookup */ enumerator in enum:srv_lookup_status
192 case SRV_RESOLVE_ERROR:
286 if (data->srv_lookup_status == SRV_RESOLVE_ERROR) {
301 case SRV_RESOLVE_ERROR:
305 "Changing state of SRV lookup from 'SRV_RESOLVE_ERROR' to "
1313 case SRV_RESOLVE_ERROR: /* query could not be resolved but don't retry yet */
1460 set_srv_data_status(state->meta->srv_data, SRV_RESOLVE_ERROR);

Completed in 15 milliseconds