summaryrefslogtreecommitdiff
path: root/source3/lib/clobber.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/clobber.c')
-rw-r--r--source3/lib/clobber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/clobber.c b/source3/lib/clobber.c
index fb3a0dc281..54b24ffed3 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 */
}