diff options
Diffstat (limited to 'src/lib/krb5/ccache/cccursor.c')
-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 2efaa322c..23681f99f 100644 --- a/src/lib/krb5/ccache/cccursor.c +++ b/src/lib/krb5/ccache/cccursor.c @@ -181,7 +181,7 @@ krb5_cc_cache_match(krb5_context context, krb5_principal client, { krb5_error_code ret; krb5_cccol_cursor cursor; - krb5_ccache cache; + krb5_ccache cache = NULL; krb5_principal princ; char *name; krb5_boolean eq; |