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; }