use roken* macros
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -78,7 +78,7 @@ krb5_get_forwarded_creds (krb5_context context,
|
||||
if (out_creds == NULL)
|
||||
return ENOMEM;
|
||||
|
||||
hostent = gethostbyname (hostname);
|
||||
hostent = roken_gethostbyname (hostname);
|
||||
if (hostent == NULL)
|
||||
return h_errno; /* XXX */
|
||||
|
||||
|
Reference in New Issue
Block a user