From 09d33c5612cd9e8904675144bada848a81b92db6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Aug 2007 08:43:15 +0000 Subject: r24286: (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 (This used to be commit 3d2dbcf50dbe3d36ec86e1bc1d7bdcb72dbdef00) --- source4/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nsswitch') diff --git a/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbindd_nss.h index 68aa41f45e..75c040d830 100644 --- a/source4/nsswitch/winbindd_nss.h +++ b/source4/nsswitch/winbindd_nss.h @@ -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 -- cgit