gss_release_name -- Free storage
associated with an internal name that was allocated by a GSSAPI
routine

C Prototype

OM_uint32 gss_release_name(
OM_uint32 minor_status,
gss_name_t input_name );
Arguments

minor_status (output) | | An implementation-specific
status code. |
| input_name (input/output) | | The name to be deleted. |
Description

This routine frees GSSAPI allocated storage associated with
an internal form name.
Return
Values

This routine returns one of the following GSS status codes:
GSS_S_COMPLETE
|
Successful completion.
|
GSS_S_BAD_NAME
|
The input_name argument
did not contain a valid name.
|