From: Volker Lendecke Date: Wed, 24 Jun 2009 10:41:16 +0000 (+0200) Subject: Reenable the LDAPI socket for the merged build X-Git-Tag: tevent-0.9.8~952 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=17a65541bd27ce852bec77ef404c6f57ae65a50c 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 --- 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)