pull back name_convert array since its used by krb5_524_conv_principal

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24964 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-27 14:56:01 +00:00
parent b347f67b02
commit 9f90a1b3b6

View File

@@ -833,8 +833,6 @@ krb5_principal_match(krb5_context context,
return TRUE;
}
#ifdef KRB4
static struct v4_name_convert {
const char *from;
const char *to;
@@ -848,6 +846,8 @@ static struct v4_name_convert {
{ NULL, NULL }
};
#ifdef KRB4
/*
* return the converted instance name of `name' in `realm'.
* look in the configuration file and then in the default set above.