fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7679 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -88,7 +88,7 @@ kadm5_s_get_principal(void *server_handle, | |||||||
|     } |     } | ||||||
|     if(mask & KADM5_MOD_NAME) { |     if(mask & KADM5_MOD_NAME) { | ||||||
| 	if(ent.modified_by) { | 	if(ent.modified_by) { | ||||||
| 	    if (end.modified_by->principal != NULL) | 	    if (ent.modified_by->principal != NULL) | ||||||
| 		ret = krb5_copy_principal(context->context,  | 		ret = krb5_copy_principal(context->context,  | ||||||
| 					  ent.modified_by->principal, | 					  ent.modified_by->principal, | ||||||
| 					  &out->mod_name); | 					  &out->mod_name); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund