summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-06-18 10:04:11 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-18 10:06:09 -0400
commitf618c95957bea1bcc748df520902518e819bf458 (patch)
tree5bd1b1e285ecb42bb7e92bca91ed03588e9dbdc5 /src
parent7dfb14866af9161bceb528f6d32768f02358071a (diff)
downloadsssd-f618c95957bea1bcc748df520902518e819bf458.tar.gz
sssd-f618c95957bea1bcc748df520902518e819bf458.tar.xz
sssd-f618c95957bea1bcc748df520902518e819bf458.zip
Fix typo breaking DIR cache detection
Diffstat (limited to 'src')
-rw-r--r--src/util/sss_krb5.h2
1 files changed, 0 insertions, 2 deletions
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);