Author: abartlet
Date: 2007-08-09 08:43:15 +0000 (Thu, 09 Aug 2007)
New Revision: 24286

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24286

Log:
(missed from previous commit)

A number of machines on the build farm fail because while they use
SOCKET_WRAPPER, they don't compile with --enable-developer.  As such
the winbind tests fail.

We need to ensure that on production systems we never have
SOCKET_WRAPPER set, or this could be a security issue.

Andrew Bartlett


Modified:
   branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h   2007-08-09 08:08:09 UTC 
(rev 24285)
+++ branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h   2007-08-09 08:43:15 UTC 
(rev 24286)
@@ -40,7 +40,7 @@
 #define WINBINDD_DOMAIN_ENV  "WINBINDD_DOMAIN" /* Environment variables */
 #define WINBINDD_DONT_ENV    "_NO_WINBINDD"
 
-#ifdef DEVELOPER
+#ifdef SOCKET_WRAPPER
 #define WINBINDD_SOCKET_DIR_ENV "WINBINDD_SOCKET_DIR"
 #endif
 

Reply via email to