diff options
author | Martin Pool <mbp@samba.org> | 2003-03-18 05:30:15 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-03-18 05:30:15 +0000 |
commit | 556fea4e1e68d9d0c711a87905d9be310add7f83 (patch) | |
tree | 29907d44e041ef2510a74bbb355f5ecc66ddf43f /source3/lib/util_str.c | |
parent | b9a8ad5f3bcf8f0d75c39b8f993010f3d1fded7e (diff) | |
download | samba-556fea4e1e68d9d0c711a87905d9be310add7f83.tar.gz samba-556fea4e1e68d9d0c711a87905d9be310add7f83.tar.bz2 samba-556fea4e1e68d9d0c711a87905d9be310add7f83.zip |
Update comment: Valgrind 1.9.4 seems to always respect client
requests, without needing --client-perms=yes.
(This used to be commit 412a8780c35ee9449c9682e3ef73afb2c4933285)
Diffstat (limited to 'source3/lib/util_str.c')
-rw-r--r-- | source3/lib/util_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index b734452867..3836d42872 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -441,7 +441,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 or not with --client-perms.) */ + * under valgrind.) */ VALGRIND_MAKE_WRITABLE(dest, len); #endif /* VALGRIND */ #endif /* DEVELOPER */ |