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

/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1809 config_t * temp_config; local
1826 temp_config = (config_t *) malloc (sizeof (config_t));
1827 if (temp_config)
1832 *temp_config = k_empty_config;
1833 errcode = load_config (temp_config);
1837 g_config = temp_config;

Completed in 137 milliseconds