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:
parent
4792285282
commit
9b1cdd45eb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user