krb5_free_host_realm -- Free storage
allocated by krb5_get_host_realm

C Prototype

krb5_error_code krb5_free_host_realm(
krb5_context context,
char * const *realmlist );
Arguments

context (input) | | The context structure. |
| realmlist (output) | | A pointer to a list of realm
names. |
Description

This routine frees the storage taken by a realmlist returned
by krb5_get_host_realm.
Return
Values

This routine returns the following KRB5 status code: