mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r15688: windows sends 4 as max_setup count on NT IOCTL
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
856656739c
commit
0d983fa46f
@@ -75,7 +75,7 @@ static struct smbcli_request *smb_raw_ntioctl_send(struct smbcli_tree *tree,
|
||||
struct smb_nttrans nt;
|
||||
uint8_t setup[8];
|
||||
|
||||
nt.in.max_setup = 0;
|
||||
nt.in.max_setup = 4;
|
||||
nt.in.max_param = 0;
|
||||
nt.in.max_data = parms->ntioctl.in.max_data;
|
||||
nt.in.setup_count = 4;
|
||||
|
||||
Reference in New Issue
Block a user