mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
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)
This commit is contained in:
parent
9b1cdd45eb
commit
09d33c5612
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user