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, | ||||
| 	    target_mc ? target_mc->gmc_cred : GSS_C_NO_CREDENTIAL, | ||||
| 	    desired_name ? mn->gmn_name : GSS_C_NO_NAME, | ||||
| 	    password, | ||||
| 	    desired_mech, | ||||
| 	    password, | ||||
| 	    cred_usage, | ||||
| 	    initiator_time_req, | ||||
| 	    acceptor_time_req, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Luke Howard
					Luke Howard