Searched refs:announce_config (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c45 static krb5_kdc_configuration *announce_config; variable
316 for(i = 0; i < announce_config->num_db; i++) {
319 if (announce_config->db[i]->hdb_get_realms == NULL)
322 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, &realms);
449 for(i = 0; i < announce_config->num_db; i++) {
453 if (announce_config->db[i]->hdb_get_realms == NULL)
456 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, announce_config->db[i], &realms);
541 announce_config = config;

Completed in 129 milliseconds