insert _FLAG into the name
This commit is contained in:
@@ -1613,7 +1613,8 @@ krb5_init_creds_set_keyblock(krb5_context context,
|
||||
* @param in input data from KDC, first round it should be reset by krb5_data_zer().
|
||||
* @param out reply to KDC.
|
||||
* @param hostinfo KDC address info, first round it can be NULL.
|
||||
* @param flags status of the round, if KRB5_INIT_CREDS_STEP_CONTINUE is set, continue one more round.
|
||||
* @param flags status of the round, if
|
||||
* KRB5_INIT_CREDS_STEP_FLAG_CONTINUE is set, continue one more round.
|
||||
*
|
||||
* @return 0 for success, or an Kerberos 5 error code, see
|
||||
* krb5_get_error_message().
|
||||
@@ -1816,7 +1817,7 @@ krb5_init_creds_step(krb5_context context,
|
||||
out->data = ctx->req_buffer.data;
|
||||
out->length = ctx->req_buffer.length;
|
||||
|
||||
*flags = KRB5_INIT_CREDS_STEP_CONTINUE;
|
||||
*flags = KRB5_INIT_CREDS_STEP_FLAG_CONTINUE;
|
||||
|
||||
return 0;
|
||||
out:
|
||||
|
@@ -699,7 +699,7 @@ typedef struct _krb5_get_init_creds_opt krb5_get_init_creds_opt;
|
||||
#define KRB5_GET_INIT_CREDS_OPT_DISABLE_TRANSITED_CHECK 0x0200
|
||||
|
||||
/* krb5_init_creds_step flags argument */
|
||||
#define KRB5_INIT_CREDS_STEP_CONTINUE 0x0001
|
||||
#define KRB5_INIT_CREDS_STEP_FLAG_CONTINUE 0x0001
|
||||
|
||||
typedef struct _krb5_verify_init_creds_opt {
|
||||
krb5_flags flags;
|
||||
|
Reference in New Issue
Block a user