rename STRING -> krb5_config_string, and LIST -> krb5_config_list
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3386 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -91,7 +91,7 @@ krb5_get_host_realm(krb5_context context,
|
||||
NULL);
|
||||
l;
|
||||
l = l->next) {
|
||||
if (l->type != STRING)
|
||||
if (l->type != krb5_config_string)
|
||||
continue;
|
||||
if (exact_match (host, l->name)) {
|
||||
res = l->u.string;
|
||||
|
Reference in New Issue
Block a user