Add krb5_free_default_realm() to MIT glue
This commit is contained in:

committed by
Asanka C. Herath

parent
d4a80084f1
commit
e447009d1b
@@ -287,6 +287,7 @@ EXPORTS
|
||||
krb5_free_creds_contents
|
||||
krb5_free_data
|
||||
krb5_free_data_contents
|
||||
krb5_free_default_realm
|
||||
krb5_free_error
|
||||
krb5_free_error_contents
|
||||
krb5_free_error_string
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user