diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/ccache/cccursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/cccursor.c b/src/lib/krb5/ccache/cccursor.c index 2b1893a6c..e15611248 100644 --- a/src/lib/krb5/ccache/cccursor.c +++ b/src/lib/krb5/ccache/cccursor.c @@ -237,7 +237,7 @@ krb5_cccol_have_content(krb5_context context) continue; while (!found && !krb5_cc_next_cred(context, cache, &cache_cursor, &creds)) { - if (!krb5_is_config_principal(context, creds.client)) + if (!krb5_is_config_principal(context, creds.server)) found = TRUE; krb5_free_cred_contents(context, &creds); } |