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

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dannounce.c62 static CFStringRef g_hostname = NULL; variable
333 if (g_hostname == NULL)
336 hostname = CFString2utf8(g_hostname);
433 if (g_hostname == NULL || CFStringCompare(host, g_hostname, 0) != kCFCompareEqualTo) {
434 if (g_hostname)
435 CFRelease(g_hostname);
436 g_hostname = CFRetain(host);
440 register_srv_realms(g_hostname);

Completed in 183 milliseconds