svn commit: samba r24285 - in branches/SAMBA_4_0/source/nsswitch: .

abartlet at samba.org abartlet at samba.org
Thu Aug 9 08:08:09 GMT 2007


Author: abartlet
Date: 2007-08-09 08:08:09 +0000 (Thu, 09 Aug 2007)
New Revision: 24285

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24285

Log:
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

Modified:
   branches/SAMBA_4_0/source/nsswitch/wb_common.c


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/wb_common.c
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/wb_common.c	2007-08-09 06:36:16 UTC (rev 24284)
+++ branches/SAMBA_4_0/source/nsswitch/wb_common.c	2007-08-09 08:08:09 UTC (rev 24285)
@@ -308,7 +308,7 @@
 		return winbindd_fd;
 	}
 
-#ifdef DEVELOPER
+#ifdef SOCKET_WRAPPER
 	winbindd_socket_dir_env = getenv(WINBINDD_SOCKET_DIR_ENV);
 
 	if (!winbindd_socket_dir_env)



More information about the samba-cvs mailing list