const poison
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14707 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_alname(krb5_context context, krb5_realm realm,
|
test_alname(krb5_context context, krb5_const_realm realm,
|
||||||
const char *user, const char *inst,
|
const char *user, const char *inst,
|
||||||
const char *localuser, int ok)
|
const char *localuser, int ok)
|
||||||
{
|
{
|
||||||
|
@@ -219,7 +219,7 @@ mit_entry(krb5_context context, const char *path, char *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct s2i {
|
struct s2i {
|
||||||
char *s;
|
const char *s;
|
||||||
int val;
|
int val;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user