projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4144f77
)
kfw fix: make Leash_kdestroy() actually destroy k5 tickets
author
Tom Yu
<tlyu@mit.edu>
Mon, 12 Dec 2011 20:45:38 +0000
(20:45 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/src/windows/leashdll/lshfunc.c
b/src/windows/leashdll/lshfunc.c
index 6db157131852f2bdc5a339743f10ed839e20e167..760ebbd0e4424e191578080a6d634765aeb8f67a 100644
(file)
--- 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;
}