summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2011-12-12 20:45:38 +0000
committerTom Yu <tlyu@mit.edu>2011-12-12 20:45:38 +0000
commitde7dbb3732819888da6f2739fc2e5b7c0de89ebf (patch)
treefee2be41a22de9aced0f4702a3eea328e33028ac /src
parent4144f7756e6ca511ff244e06a547bc5594cdd596 (diff)
downloadkrb5-de7dbb3732819888da6f2739fc2e5b7c0de89ebf.tar.gz
krb5-de7dbb3732819888da6f2739fc2e5b7c0de89ebf.tar.xz
krb5-de7dbb3732819888da6f2739fc2e5b7c0de89ebf.zip
kfw fix: make Leash_kdestroy() actually destroy k5 tickets
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25556 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/windows/leashdll/lshfunc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/leashdll/lshfunc.c b/src/windows/leashdll/lshfunc.c
index 6db157131..760ebbd0e 100644
--- a/src/windows/leashdll/lshfunc.c
+++ b/src/windows/leashdll/lshfunc.c
@@ -847,6 +847,9 @@ Leash_import(void)
long
Leash_kdestroy(void)
{
+ Leash_afs_unlog();
+ Leash_krb5_kdestroy();
+
return 0;
}