use roken* macros
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -70,9 +70,9 @@ krb5_sock_to_principal (krb5_context context,
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
hostent = gethostbyaddr (address.address.data,
|
||||
address.address.length,
|
||||
family);
|
||||
hostent = roken_gethostbyaddr (address.address.data,
|
||||
address.address.length,
|
||||
family);
|
||||
|
||||
if (hostent == NULL)
|
||||
return h_errno;
|
||||
|
Reference in New Issue
Block a user