HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_free_host_realm — Free storage allocated by krb5_get_host_realm

 » Table of Contents

 » Glossary

 » Index

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.