1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

fixed level2 find first for unisys clients

(This used to be commit cb8b21f71d)
This commit is contained in:
Andrew Tridgell
2001-08-24 20:11:26 +00:00
parent 464237cdb8
commit db93134c32

View File

@ -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: