Rename various routines and constants from canonize to canonicalize.

From Andrew Bartlett


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18906 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-04 03:34:57 +00:00
parent b15281a864
commit ccbbd474e1

View File

@@ -62,7 +62,7 @@ krb5_expand_hostname (krb5_context context,
struct addrinfo *ai, *a, hints; struct addrinfo *ai, *a, hints;
int error; int error;
if (!context->dns_canonize_hostname) if (!context->dns_canonicalize_hostname)
return copy_hostname (context, orig_hostname, new_hostname); return copy_hostname (context, orig_hostname, new_hostname);
memset (&hints, 0, sizeof(hints)); memset (&hints, 0, sizeof(hints));
@@ -127,7 +127,7 @@ krb5_expand_hostname_realms (krb5_context context,
int error; int error;
krb5_error_code ret = 0; krb5_error_code ret = 0;
if (!context->dns_canonize_hostname) if (!context->dns_canonicalize_hostname)
return vanilla_hostname (context, orig_hostname, new_hostname, return vanilla_hostname (context, orig_hostname, new_hostname,
realms); realms);