From: Günther Deschner Date: Tue, 11 Sep 2007 23:21:50 +0000 (+0000) Subject: r25108: Make ifdef labyrinth in sasl code a bit more readable. X-Git-Tag: samba-4.0.0alpha6~801^2~4812 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=dc58b03517f3cd68107e0645765725c5e9eb6fb1;p=samba.git r25108: Make ifdef labyrinth in sasl code a bit more readable. Guenther (This used to be commit f31949ec3456134de474a0219a8cd5dcd15adea6) --- diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 3752d3c2ac2..123ad491fb3 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