From d3251a67948562f48fc38e7fcc098bcb92fac3ae Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 20 Feb 2005 06:50:26 +0000 Subject: [PATCH] Set KD_CONFIG after calling config_get_hosts() in kpasswd_get_next() git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14581 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krbhst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krbhst.c b/lib/krb5/krbhst.c index 654985b9a..0d7b55066 100644 --- a/lib/krb5/krbhst.c +++ b/lib/krb5/krbhst.c @@ -536,6 +536,7 @@ kpasswd_get_next(krb5_context context, if((kd->flags & KD_CONFIG) == 0) { config_get_hosts(context, kd, "kpasswd_server"); + kd->flags |= KD_CONFIG; if(get_next(kd, host)) return 0; }