krb5_free_error()--Free Storage Assigned to Kerberos Error Message


  Syntax
 #include <krb5.h>

 void krb5_free_error(
     krb5_context     context,  
     krb5_error *     error); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_error() function releases the storage assigned to the krb5_error structure and then releases the krb5_error structure itself. The krb5_error structure is created when a Kerberos error message is processed by the krb5_rd_error() routine.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

error  (Input)
The krb5_error structure to be released.

Return Value

This routine does not return a value.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]