From f618c95957bea1bcc748df520902518e819bf458 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Jun 2012 10:04:11 -0400 Subject: Fix typo breaking DIR cache detection --- src/util/sss_krb5.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/util/sss_krb5.h b/src/util/sss_krb5.h index 4f2e67a7f..d56b3bdd5 100644 --- a/src/util/sss_krb5.h +++ b/src/util/sss_krb5.h @@ -41,11 +41,9 @@ #define KERBEROS_PWEXPIRE_WARNING_TIME (7 * 24 * 60 * 60) #define KEYTAB_CLEAN_NAME keytab_name ? keytab_name : "default" -#if 0 #if defined HAVE_KRB5_CC_CACHE_MATCH && defined HAVE_KRB5_CC_GET_FULL_NAME #define HAVE_KRB5_DIRCACHE 1 #endif -#endif const char * KRB5_CALLCONV sss_krb5_get_error_message (krb5_context, krb5_error_code); -- cgit