diff options
author | Simo Sorce <idra@samba.org> | 2006-01-25 21:25:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:15 -0500 |
commit | 14b16baf69aff50dbeb537a7d09236ca66a6568d (patch) | |
tree | 0ce05a43aa358b651960593b9ed997089cafcedf | |
parent | 5301c8b98d437ecdafb042e53c8bd1c4104fedea (diff) | |
download | samba-14b16baf69aff50dbeb537a7d09236ca66a6568d.tar.gz samba-14b16baf69aff50dbeb537a7d09236ca66a6568d.tar.bz2 samba-14b16baf69aff50dbeb537a7d09236ca66a6568d.zip |
r13137: make cleare where long ifdefs ends
(This used to be commit 58e48fef450f71ac15219f73897801c5a66a2c44)
-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 44a95f5990..f6adfb5108 100644 --- a/source3/libads/sasl.c +++ b/source3/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 */ |