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

jra at samba.org jra at samba.org
Wed Jan 11 20:23:02 GMT 2006


Author: jra
Date: 2006-01-11 20:23:02 +0000 (Wed, 11 Jan 2006)
New Revision: 12855

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

Log:
Remove erroneous commenting out of valgrind fix.
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	2006-01-11 20:12:54 UTC (rev 12854)
+++ branches/SAMBA_3_0/source/lib/clobber.c	2006-01-11 20:23:02 UTC (rev 12855)
@@ -54,7 +54,7 @@
 	 * (This is not redundant with the clobbering above.  The
 	 * marking might not actually take effect if we're not running
 	 * under valgrind.) */
-//	VALGRIND_MAKE_WRITABLE(dest, len);
+	VALGRIND_MAKE_WRITABLE(dest, len);
 #endif /* VALGRIND */
 #endif /* DEVELOPER */
 }



More information about the samba-cvs mailing list