name flag 1 as KRB5_INIT_CREDS_STEP_CONTINUE
This commit is contained in:
@@ -1613,7 +1613,7 @@ 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 1 is set, continue one more round.
|
||||
* @param flags status of the round, if KRB5_INIT_CREDS_STEP_CONTINUE is set, continue one more round.
|
||||
*
|
||||
* @return 0 for success, or an Kerberos 5 error code, see
|
||||
* krb5_get_error_message().
|
||||
@@ -1816,7 +1816,7 @@ krb5_init_creds_step(krb5_context context,
|
||||
out->data = ctx->req_buffer.data;
|
||||
out->length = ctx->req_buffer.length;
|
||||
|
||||
*flags = 1;
|
||||
*flags = KRB5_INIT_CREDS_STEP_CONTINUE;
|
||||
|
||||
return 0;
|
||||
out:
|
||||
|
Reference in New Issue
Block a user