(krb5_524_conv_principal): fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -876,7 +876,7 @@ krb5_524_conv_principal(krb5_context context, | ||||
|      | ||||
|     if (strlcpy (name, n, aname_sz) >= aname_sz) | ||||
| 	return KRB5_PARSE_MALFORMED; | ||||
|     if (strlcpy (instance, r, aname_sz) >= aname_sz) | ||||
|     if (strlcpy (instance, i, aname_sz) >= aname_sz) | ||||
| 	return KRB5_PARSE_MALFORMED; | ||||
|     if (strlcpy (realm, r, aname_sz) >= aname_sz) | ||||
| 	return KRB5_PARSE_MALFORMED; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund