From e03a68ff7ec92700d4c53fa6b2e029befce9370c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 11 Jan 2006 20:23:02 +0000 Subject: r12855: Remove erroneous commenting out of valgrind fix. Jeremy. (This used to be commit b76c7b613282dc89c54faf3e7cef98f7651c5a9d) --- source3/lib/clobber.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/clobber.c') diff --git a/source3/lib/clobber.c b/source3/lib/clobber.c index 54b24ffed3..fb3a0dc281 100644 --- a/source3/lib/clobber.c +++ b/source3/lib/clobber.c @@ -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 */ } -- cgit