Reenable the LDAPI socket for the merged build
authorVolker Lendecke <vl@samba.org>
Wed, 24 Jun 2009 10:41:16 +0000 (12:41 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 24 Jun 2009 14:30:55 +0000 (16:30 +0200)
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

source4/ldap_server/ldap_server.c

index 05a095d6f4d06a977a5573871b67fdbee551b8f0..2f32bb6019eba2303676e1b59c81c034632c7c8b 100644 (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)