summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_retrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_retrv.c b/src/lib/krb5/ccache/file/fcc_retrv.c
index 7608b7a4b..b8ee22546 100644
--- a/src/lib/krb5/ccache/file/fcc_retrv.c
+++ b/src/lib/krb5/ccache/file/fcc_retrv.c
@@ -183,7 +183,7 @@ register const krb5_creds *mcreds, *creds;
retval = krb5_principal_compare(mcreds->client,creds->client);
if (retval != TRUE)
return retval;
- return krb5_principal_compare(&(mcreds->server[1]),&(creds->server[1]));
+ return krb5_principal_compare(mcreds->server, creds->server);
}
static krb5_boolean