From 7750091bd7a864c4f6903e2b08080721073789e9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 27 Jul 2000 05:26:58 +0000 Subject: [PATCH] un-conditionalize local_realm git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8848 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kdc/hprop.c b/kdc/hprop.c index f11d7bcbe..ae56b3ff6 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -53,7 +53,6 @@ static char *afs_cell; #ifdef KRB4 static char *realm; static int v4_db; -static char *local_realm=NULL; #ifdef KASERVER_DB static int kaspecials_flag; @@ -62,6 +61,8 @@ static int ka_use_null_salt; #endif #endif +static char *local_realm=NULL; + static int open_socket(krb5_context context, const char *hostname, const char *port) {