kdc: fix typo in moduli file loading error message
This commit is contained in:
		 Robbie Harwood
					Robbie Harwood
				
			
				
					committed by
					
						 Luke Howard
						Luke Howard
					
				
			
			
				
	
			
			
			 Luke Howard
						Luke Howard
					
				
			
						parent
						
							7188969371
						
					
				
				
					commit
					0cb54fa69e
				
			| @@ -1955,7 +1955,7 @@ krb5_kdc_pk_initialize(krb5_context context, | |||||||
|  |  | ||||||
|     ret = _krb5_parse_moduli(context, file, &moduli); |     ret = _krb5_parse_moduli(context, file, &moduli); | ||||||
|     if (ret) |     if (ret) | ||||||
| 	krb5_err(context, 1, ret, "PKINIT: failed to load modidi file"); | 	krb5_err(context, 1, ret, "PKINIT: failed to load moduli file"); | ||||||
|  |  | ||||||
|     principal_mappings.len = 0; |     principal_mappings.len = 0; | ||||||
|     principal_mappings.val = NULL; |     principal_mappings.val = NULL; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user