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:
@@ -833,8 +833,6 @@ krb5_principal_match(krb5_context context,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef KRB4
|
|
||||||
|
|
||||||
static struct v4_name_convert {
|
static struct v4_name_convert {
|
||||||
const char *from;
|
const char *from;
|
||||||
const char *to;
|
const char *to;
|
||||||
@@ -848,6 +846,8 @@ static struct v4_name_convert {
|
|||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef KRB4
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* return the converted instance name of `name' in `realm'.
|
* return the converted instance name of `name' in `realm'.
|
||||||
* look in the configuration file and then in the default set above.
|
* look in the configuration file and then in the default set above.
|
||||||
|
Reference in New Issue
Block a user