Fix incorrect argument order
This commit is contained in:
@@ -126,8 +126,8 @@ gss_add_cred_with_password(OM_uint32 *minor_status,
|
|||||||
major_status = m->gm_add_cred_with_password(minor_status,
|
major_status = m->gm_add_cred_with_password(minor_status,
|
||||||
target_mc ? target_mc->gmc_cred : GSS_C_NO_CREDENTIAL,
|
target_mc ? target_mc->gmc_cred : GSS_C_NO_CREDENTIAL,
|
||||||
desired_name ? mn->gmn_name : GSS_C_NO_NAME,
|
desired_name ? mn->gmn_name : GSS_C_NO_NAME,
|
||||||
password,
|
|
||||||
desired_mech,
|
desired_mech,
|
||||||
|
password,
|
||||||
cred_usage,
|
cred_usage,
|
||||||
initiator_time_req,
|
initiator_time_req,
|
||||||
acceptor_time_req,
|
acceptor_time_req,
|
||||||
|
Reference in New Issue
Block a user