krb5_free_krbhst()--Free Storage Assigned to Host List


  Syntax
 #include <krb5.h>

 krb5_error_code krb5_free_krbhst(
     krb5_context     context,
     char * krb5_const *    host_list);  
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_krbhst() function releases the storage assigned to a host list.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

host_list  (Input)
The host list to be released.

Return Value

The function return value is 0 if no errors occur. Otherwise, it is a Kerberos error code.


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 ]