use roken* macros
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,7 +69,7 @@ get_kdc_address (krb5_context context,
|
||||
if (hostent == NULL)
|
||||
hostent = gethostbyname2 (p, AF_INET);
|
||||
#else
|
||||
hostent = gethostbyname (p);
|
||||
hostent = roken_gethostbyname (p);
|
||||
#endif
|
||||
krb5_free_krbhst (context, hostlist);
|
||||
if (hostent == NULL)
|
||||
|
Reference in New Issue
Block a user