svn commit: samba r11156 - in branches/SAMBA_3_0/source/lib: .

jra at samba.org jra at samba.org
Tue Oct 18 18:08:24 GMT 2005


Author: jra
Date: 2005-10-18 18:08:23 +0000 (Tue, 18 Oct 2005)
New Revision: 11156

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

Log:
Remove valgrind disabling ifdef that got added by mistake.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/clobber.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/clobber.c
===================================================================
--- branches/SAMBA_3_0/source/lib/clobber.c	2005-10-18 18:02:37 UTC (rev 11155)
+++ branches/SAMBA_3_0/source/lib/clobber.c	2005-10-18 18:08:23 UTC (rev 11156)
@@ -54,9 +54,7 @@
 	 * (This is not redundant with the clobbering above.  The
 	 * marking might not actually take effect if we're not running
 	 * under valgrind.) */
-#if 0
 	VALGRIND_MAKE_WRITABLE(dest, len);
-#endif
 #endif /* VALGRIND */
 #endif /* DEVELOPER */
 }



More information about the samba-cvs mailing list