From: | kaduk@MIT.EDU |
Subject: | git commit |
Try to scan_ccache() after leash picks a cache
We need to call scan_ccache() in order to notice that there
are credentials and read their expire time.
The call to scan_ccache() in the Leash case was inadvertently
removed as part of commit 8651f3339ccc5a623172a8edfb9cf522883acacd.
https://github.com/krb5/krb5/commit/674f7d7abe2d4f8bc3fe791e4347a332e3ccfd41
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 674f7d7abe2d4f8bc3fe791e4347a332e3ccfd41
Branch: master
src/lib/gssapi/krb5/acquire_cred.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)