krb5_free_addresses()--Free Storage Assigned to Array of Kerberos Addresses


  Syntax
 #include <krb5.h>

 void krb5_free_addresses(
     krb5_context     context,
     krb5_address **      addrs);   
  
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_addresses() function releases the storage assigned to an array of krb5_address structures. Each krb5_address structure is released and then the pointer array itself is released.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

addrs  (Input)
The array of addresses to be released. The last entry in the array must be a NULL pointer.

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 ]