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

/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c61 static CFStringRef g_hostname = NULL; variable
341 hostname = CFString2utf8(g_hostname);
435 if (g_hostname == NULL || CFStringCompare(host, g_hostname, 0) != kCFCompareEqualTo) {
436 if (g_hostname)
437 CFRelease(g_hostname);
438 g_hostname = CFRetain(host);
442 register_srv_realms(g_hostname);

Completed in 112 milliseconds