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

krb5_free_default_realm — Free the Kerberos default realm structure

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_free_default_realm (
krb5_context context,
char *lrealm );

Arguments

context (input/output) 

The context structure.

lrealm (input/output) 

The realm structure to be freed.

Description

This routine frees the Kerberos default realm structure.

Return Values

None.