From dc58b03517f3cd68107e0645765725c5e9eb6fb1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 11 Sep 2007 23:21:50 +0000 Subject: r25108: Make ifdef labyrinth in sasl code a bit more readable. Guenther (This used to be commit f31949ec3456134de474a0219a8cd5dcd15adea6) --- source3/libads/sasl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/libads/sasl.c') diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 3752d3c2ac..123ad491fb 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -603,7 +603,7 @@ failed: return status; } -#endif +#endif /* HAVE_GSSAPI */ #ifdef HAVE_KRB5 struct ads_service_principal { @@ -774,7 +774,7 @@ static ADS_STATUS ads_sasl_spnego_krb5_bind(ADS_STRUCT *ads, #endif return ads_sasl_spnego_rawkrb5_bind(ads, p->string); } -#endif +#endif /* HAVE_KRB5 */ /* this performs a SASL/SPNEGO bind -- cgit