make compile again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23807 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-07 21:36:54 +00:00
parent 250ee44a09
commit 5fa336aac7

View File

@@ -153,7 +153,7 @@ find_type_in_ad(krb5_context context,
if (ret) { if (ret) {
krb5_set_error_message(context, ret, krb5_set_error_message(context, ret,
N_("Failed to decode " N_("Failed to decode "
"IF_RELEVANT with %d"), "IF_RELEVANT with %d", ""),
(int)ret); (int)ret);
goto out; goto out;
} }