krb5_kt_end_seq_get - Release a keytab cursor.¶
- krb5_error_code krb5_kt_end_seq_get(krb5_context context, krb5_keytab keytab, krb5_kt_cursor * cursor)¶
param: | [in] context - Library context [in] keytab - Key table handle [out] cursor - Cursor |
---|
retval: |
|
---|---|
return: |
|
This function should be called to release the cursor created by krb5_kt_start_seq_get() .