diff options
author | Günther Deschner <gd@samba.org> | 2007-09-11 23:21:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:40 -0500 |
commit | dc58b03517f3cd68107e0645765725c5e9eb6fb1 (patch) | |
tree | 85df9d02dcc48805b6c796ca4d3df5bcdad03dc9 /source3/libads/sasl.c | |
parent | c49699d15b96c3479526fdc4fb1996dc9e5c17b9 (diff) | |
download | samba-dc58b03517f3cd68107e0645765725c5e9eb6fb1.tar.gz samba-dc58b03517f3cd68107e0645765725c5e9eb6fb1.tar.xz samba-dc58b03517f3cd68107e0645765725c5e9eb6fb1.zip |
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Guenther
(This used to be commit f31949ec3456134de474a0219a8cd5dcd15adea6)
Diffstat (limited to 'source3/libads/sasl.c')
-rw-r--r-- | source3/libads/sasl.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |