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

/sssd/src/providers/ipa/
H A Dipa_netgroups.c842 struct ldb_message_element *external_hosts; local
931 &external_hosts);
936 if (external_hosts->num_values > 0) {
938 hosts_count + external_hosts->num_values);
944 for (j = 0; j < external_hosts->num_values; j++) {
945 hosts[hosts_count] = talloc_strdup(hosts, (char *)external_hosts->values[j].data);

Completed in 11 milliseconds