From 9f90a1b3b64e78009047acd77d4875cb0037e95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 27 Mar 2009 14:56:01 +0000 Subject: [PATCH] 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 --- lib/krb5/principal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/principal.c b/lib/krb5/principal.c index 302f46648..30278769d 100644 --- a/lib/krb5/principal.c +++ b/lib/krb5/principal.c @@ -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.