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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user