diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/leashdll/lshfunc.c | 3 |
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; } |