summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-01-25 21:25:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:15 -0500
commit14b16baf69aff50dbeb537a7d09236ca66a6568d (patch)
tree0ce05a43aa358b651960593b9ed997089cafcedf /source3/libads/sasl.c
parent5301c8b98d437ecdafb042e53c8bd1c4104fedea (diff)
downloadsamba-14b16baf69aff50dbeb537a7d09236ca66a6568d.tar.gz
samba-14b16baf69aff50dbeb537a7d09236ca66a6568d.tar.bz2
samba-14b16baf69aff50dbeb537a7d09236ca66a6568d.zip
r13137: make cleare where long ifdefs ends
(This used to be commit 58e48fef450f71ac15219f73897801c5a66a2c44)
Diffstat (limited to 'source3/libads/sasl.c')
-rw-r--r--source3/libads/sasl.c4
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 */