Add krb5_free_default_realm() to MIT glue

This commit is contained in:
Asanka Herath
2010-09-02 17:18:26 -04:00
committed by Asanka C. Herath
parent d4a80084f1
commit e447009d1b
2 changed files with 7 additions and 0 deletions

View File

@@ -420,4 +420,10 @@ krb5_auth_con_setrecvsubkey(krb5_context context, krb5_auth_context auth_context
return krb5_auth_con_setremotesubkey(context, auth_context, keyblock);
}
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_free_default_realm(krb5_context context, krb5_realm realm)
{
return krb5_xfree(realm);
}
#endif /* HEIMDAL_SMALLER */