Switch to using krb5_config_get_list() instead of krb5_config_get()

This commit is contained in:
Love Hornquist Astrand
2009-08-19 04:02:25 -07:00
parent 1edcea7811
commit 929559ab2c

View File

@@ -102,7 +102,7 @@ hdb_get_dbinfo(krb5_context context, struct hdb_dbinfo **dbp)
dt = NULL;
databases = NULL;
db_binding = krb5_config_get(context, NULL, krb5_config_list,
db_binding = krb5_config_get_list(context, NULL,
"kdc",
"database",
NULL);