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 | f31949ec3456134de474a0219a8cd5dcd15adea6 (patch) | |
tree | 12a591cc782f36a04b22cf03e6ce57823f855e40 | |
parent | 6ce01bf41339b4c48aa458bb0667664727d3dac3 (diff) | |
download | samba-f31949ec3456134de474a0219a8cd5dcd15adea6.tar.gz samba-f31949ec3456134de474a0219a8cd5dcd15adea6.tar.xz samba-f31949ec3456134de474a0219a8cd5dcd15adea6.zip |
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Guenther
-rw-r--r-- | source/libads/sasl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libads/sasl.c b/source/libads/sasl.c index 3752d3c2ac2..123ad491fb3 100644 --- a/source/libads/sasl.c +++ b/source/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 |