summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/trans2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 4498f0727b..70e41010a1 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -683,14 +683,6 @@ static BOOL get_lanman2_dir_entry(connection_struct *conn,
mangle_map(mangled_name,True,True,SNUM(conn));
mangled_name[12] = 0;
len = srvstr_push(outbuf, p+2, mangled_name, 24, STR_UPPER);
-#ifdef DEVELOPER
- /* valgrind fixer... */
- {
- size_t sl = strlen(p+2);
- if (24-sl)
- memset(&p[sl+2], '\0', 24-sl);
- }
-#endif
SSVAL(p, 0, len);
} else {
SSVAL(p,0,0);