From de7dbb3732819888da6f2739fc2e5b7c0de89ebf Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 12 Dec 2011 20:45:38 +0000 Subject: [PATCH] kfw fix: make Leash_kdestroy() actually destroy k5 tickets Signed-off-by: Kevin Wasserman ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25556 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/leashdll/lshfunc.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.26.2