summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-08-24 20:11:26 +0000
committerAndrew Tridgell <tridge@samba.org>2001-08-24 20:11:26 +0000
commitcb8b21f71dbacc7ee658bef7011cd147fbe34101 (patch)
tree278466cb0bf52330b9f8b6e6e170365a8a8ff75a /source
parent22b372f8a7996a19bebb8cdb411df999cffa32a4 (diff)
downloadsamba-cb8b21f71dbacc7ee658bef7011cd147fbe34101.tar.gz
samba-cb8b21f71dbacc7ee658bef7011cd147fbe34101.tar.xz
samba-cb8b21f71dbacc7ee658bef7011cd147fbe34101.zip
fixed level2 find first for unisys clients
Diffstat (limited to 'source')
-rw-r--r--source/smbd/trans2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index f219d250c24..13db9948adc 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -496,6 +496,7 @@ static BOOL get_lanman2_dir_entry(connection_struct *conn,
STR_NOALIGN);
SCVAL(p, -1, len);
p += len;
+ *p++ = 0; /* craig from unisys pointed out we need this */
break;
case SMB_FIND_FILE_BOTH_DIRECTORY_INFO: