summaryrefslogtreecommitdiff
path: root/source4/ldap_server
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-24 12:41:16 +0200
committerVolker Lendecke <vl@samba.org>2009-06-24 16:30:55 +0200
commit17a65541bd27ce852bec77ef404c6f57ae65a50c (patch)
tree7d1491a5be5a690bbd3122f86f67453239853767 /source4/ldap_server
parente3fb71dac8856a67cac4514dca017dd4b939c520 (diff)
downloadsamba-17a65541bd27ce852bec77ef404c6f57ae65a50c.tar.gz
samba-17a65541bd27ce852bec77ef404c6f57ae65a50c.tar.bz2
samba-17a65541bd27ce852bec77ef404c6f57ae65a50c.zip
Reenable the LDAPI socket for the merged build
It seems that the samba4 part of the merged build does not pick up the DEVELOPER flag from the s3 configure. Jelmer, can you fix that properly? Thanks, Volker
Diffstat (limited to 'source4/ldap_server')
-rw-r--r--source4/ldap_server/ldap_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ldap_server/ldap_server.c b/source4/ldap_server/ldap_server.c
index 05a095d6f4..2f32bb6019 100644
--- a/source4/ldap_server/ldap_server.c
+++ b/source4/ldap_server/ldap_server.c
@@ -458,9 +458,7 @@ static const struct stream_server_ops ldap_stream_nonpriv_ops = {
/* The feature removed behind an #ifdef until we can do it properly
* with an EXTERNAL bind. */
-#ifdef DEVELOPER
#define WITH_LDAPI_PRIV_SOCKET
-#endif
#ifdef WITH_LDAPI_PRIV_SOCKET
static void ldapsrv_accept_priv(struct stream_connection *c)