From 58e48fef450f71ac15219f73897801c5a66a2c44 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jan 2006 21:25:25 +0000 Subject: [PATCH] r13137: make cleare where long ifdefs ends --- source/libads/sasl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libads/sasl.c b/source/libads/sasl.c index 44a95f59908..f6adfb51086 100644 --- a/source/libads/sasl.c +++ b/source/libads/sasl.c @@ -419,7 +419,7 @@ failed: ber_bvfree(scred); return status; } -#endif +#endif /* HAVE_GGSAPI */ /* mapping between SASL mechanisms and functions */ static struct { @@ -466,5 +466,5 @@ ADS_STATUS ads_sasl_bind(ADS_STRUCT *ads) return ADS_ERROR(LDAP_AUTH_METHOD_NOT_SUPPORTED); } -#endif +#endif /* HAVE_LDAP */ -- 2.11.4.GIT