summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */