r12855: Remove erroneous commenting out of valgrind fix.
authorJeremy Allison <jra@samba.org>
Wed, 11 Jan 2006 20:23:02 +0000 (20:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:05 +0000 (11:06 -0500)
Jeremy.
(This used to be commit b76c7b613282dc89c54faf3e7cef98f7651c5a9d)

source3/lib/clobber.c

index 54b24ffed390fefecde69ed6b478776c5c0c690c..fb3a0dc28159c179fad88d0a3c7da0809dc75ffc 100644 (file)
@@ -54,7 +54,7 @@ void clobber_region(const char *fn, unsigned int line, char *dest, size_t len)
         * (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 */
 }