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:
@ -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:
|
||||
|
Reference in New Issue
Block a user