Fix incorrect argument order

This commit is contained in:
Luke Howard
2011-01-09 21:24:07 +11:00
parent 728fd7cad2
commit f52d919a50

View File

@@ -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,