diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/cc_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c index 49ba479434..9abf93f3de 100644 --- a/src/lib/krb5/ccache/cc_file.c +++ b/src/lib/krb5/ccache/cc_file.c @@ -1903,7 +1903,6 @@ krb5_fcc_next_cred(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, TCHECK(kret); fcursor->pos = fcc_lseek(d, (off_t) 0, SEEK_CUR); - cursor = (krb5_cc_cursor *) fcursor; lose: MAYBE_CLOSE (context, id, kret); |
