From 67607dda05e36c4d0be4647160ad376b89d89c51 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 5 May 2010 07:35:56 -0400 Subject: Clean up kdcinfo and kpasswdinfo files when exiting --- src/providers/krb5/krb5_common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/providers/krb5/krb5_common.h') diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h index 0b0da31f2..51afa0c65 100644 --- a/src/providers/krb5/krb5_common.h +++ b/src/providers/krb5/krb5_common.h @@ -75,4 +75,11 @@ errno_t write_krb5info_file(const char *realm, const char *kdc, int krb5_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, const char *servers, const char *realm, struct krb5_service **_service); + +void krb5_finalize(struct tevent_context *ev, + struct tevent_signal *se, + int signum, + int count, + void *siginfo, + void *private_data); #endif /* __KRB5_COMMON_H__ */ -- cgit