(realm_buf): move it so it becomes properly conditional on KRB4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9580 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-29 21:21:50 +00:00
parent e89f92ca36
commit 8b46590eac

View File

@@ -126,10 +126,10 @@ v5_prop(krb5_context context, HDB *db, hdb_entry *entry, void *appdata)
return ret; return ret;
} }
static char realm_buf[REALM_SZ];
#ifdef KRB4 #ifdef KRB4
static char realm_buf[REALM_SZ];
static int static int
kdb_prop(void *arg, Principal *p) kdb_prop(void *arg, Principal *p)
{ {