1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

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 eccc2d11da)
This commit is contained in:
Andrew Bartlett 2007-08-09 08:08:09 +00:00 committed by Gerald (Jerry) Carter
parent 4792285282
commit 9b1cdd45eb

View File

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