diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-24 12:41:16 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-24 16:30:55 +0200 |
commit | 17a65541bd27ce852bec77ef404c6f57ae65a50c (patch) | |
tree | 7d1491a5be5a690bbd3122f86f67453239853767 | |
parent | e3fb71dac8856a67cac4514dca017dd4b939c520 (diff) | |
download | samba-17a65541bd27ce852bec77ef404c6f57ae65a50c.tar.gz samba-17a65541bd27ce852bec77ef404c6f57ae65a50c.tar.xz 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
-rw-r--r-- | source4/ldap_server/ldap_server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ldap_server/ldap_server.c b/source4/ldap_server/ldap_server.c index 05a095d6f4d..2f32bb6019e 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) |