Windows: Correct calling convention for krb5_free_unparsed_name()

This commit is contained in:
Asanka Herath
2010-07-14 01:21:17 -04:00
parent 225e142ac5
commit f88854effa

View File

@@ -632,7 +632,7 @@ krb5_get_cred_from_kdc(krb5_context context,
*/ */
KRB5_DEPRECATED KRB5_DEPRECATED
void KRB5_LIB_FUNCTION KRB5_LIB_FUNCTION void KRB5_LIB_CALL
krb5_free_unparsed_name(krb5_context context, char *str) krb5_free_unparsed_name(krb5_context context, char *str)
{ {
krb5_xfree(str); krb5_xfree(str);