1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-20 08:59:06 +03:00

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
This commit is contained in:
Volker Lendecke
2009-06-24 12:41:16 +02:00
parent e3fb71dac8
commit 17a65541bd

View File

@ -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)