skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_free_error  Free error information krb5_free_error Free error information
go to next page: krb5_free_keyblock  Free keyblock memorykrb5_free_keyblock Free keyblock memory
end of book navigation links

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:

None.



go to previous page: krb5_free_error  Free error information krb5_free_error Free error information
go to next page: krb5_free_keyblock  Free keyblock memorykrb5_free_keyblock Free keyblock memory