From c2caac87520c2f5a7db764d4827d1ad4cadcb696 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 25 May 2010 13:59:41 +0200 Subject: Fix handling of ccache file when going offline The ccache file was removed too early if system is offline but the backend was not already marked offline. Now we remove the ccache file only if the successfully got a new one and it is not the same as the old one. --- src/providers/krb5/krb5_auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/krb5/krb5_auth.h') diff --git a/src/providers/krb5/krb5_auth.h b/src/providers/krb5/krb5_auth.h index 61b8071e..ec54f738 100644 --- a/src/providers/krb5/krb5_auth.h +++ b/src/providers/krb5/krb5_auth.h @@ -50,6 +50,7 @@ struct krb5child_req { struct tevent_timer *timeout_handler; const char *ccname; + const char *old_ccname; const char *homedir; const char *upn; uid_t uid; -- cgit