From: | ghudson@mit.edu |
Subject: | git commit |
Don't include all MEMORY ccaches in collection
In the MEMORY ccache implementation, only yield a cache in the
per-type cursor if it is the context default cache, matching the
behavior of FILE after commit 45360c9688ca963f75a2480f2cf818424fc3dc7b
(ticket 6955).
https://github.com/krb5/krb5/commit/49bb627fed70c5258c151c5135ac3d95ed1ee55d
Author: Greg Hudson <ghudson@mit.edu>
Commit: 49bb627fed70c5258c151c5135ac3d95ed1ee55d
Branch: master
src/lib/krb5/ccache/cc_memory.c | 23 +++++++++--------------
src/lib/krb5/ccache/t_cccol.py | 7 ++++---
2 files changed, 13 insertions(+), 17 deletions(-)