krb5/fast.c: fix copying source/dest for copy_KrbFastArmor
if using armoring service.
This commit is contained in:
		
				
					committed by
					
						
						Jeffrey Altman
					
				
			
			
				
	
			
			
			
						parent
						
							ba8c3dbc62
						
					
				
				
					commit
					78f017fe01
				
			@@ -271,7 +271,7 @@ make_fast_ap_fxarmor(krb5_context context,
 | 
			
		||||
	if (ret)
 | 
			
		||||
	    goto out;
 | 
			
		||||
 | 
			
		||||
	ret = copy_KrbFastArmor(fxarmor, &msg.armor);
 | 
			
		||||
	ret = copy_KrbFastArmor(&msg.armor, fxarmor);
 | 
			
		||||
	if (ret) {
 | 
			
		||||
	    free_KERB_ARMOR_SERVICE_REPLY(&msg);
 | 
			
		||||
	    goto out;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user