kfw fix: make Leash_kdestroy() actually destroy k5 tickets
authorTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:45:38 +0000 (20:45 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:45:38 +0000 (20:45 +0000)
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

src/windows/leashdll/lshfunc.c

index 6db157131852f2bdc5a339743f10ed839e20e167..760ebbd0e4424e191578080a6d634765aeb8f67a 100644 (file)
@@ -847,6 +847,9 @@ Leash_import(void)
 long
 Leash_kdestroy(void)
 {
+    Leash_afs_unlog();
+    Leash_krb5_kdestroy();
+
     return 0;
 }