From 9b1cdd45ebaf70fd6160d4805931c5ee31dddcde Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Aug 2007 08:08:09 +0000 Subject: r24285: 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 eccc2d11da86661cb2086a6f5ce970571d744ec9) --- source4/nsswitch/wb_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nsswitch/wb_common.c') diff --git a/source4/nsswitch/wb_common.c b/source4/nsswitch/wb_common.c index 7c17c32937..e2b84e9f69 100644 --- a/source4/nsswitch/wb_common.c +++ b/source4/nsswitch/wb_common.c @@ -308,7 +308,7 @@ int winbind_open_pipe_sock(void) return winbindd_fd; } -#ifdef DEVELOPER +#ifdef SOCKET_WRAPPER winbindd_socket_dir_env = getenv(WINBINDD_SOCKET_DIR_ENV); if (!winbindd_socket_dir_env) -- cgit