svn commit: samba r7913 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

tridge at samba.org tridge at samba.org
Sun Jun 26 00:20:23 GMT 2005


Author: tridge
Date: 2005-06-26 00:20:22 +0000 (Sun, 26 Jun 2005)
New Revision: 7913

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

Log:
prevent recursion in the socket wrapper code

Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2005-06-26 00:12:44 UTC (rev 7912)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2005-06-26 00:20:22 UTC (rev 7913)
@@ -21,6 +21,7 @@
 
 #ifdef _SAMBA_BUILD_
 #include "includes.h"
+#undef SOCKET_WRAPPER
 #include "system/network.h"
 #include "system/filesys.h"
 #else



More information about the samba-cvs mailing list