1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r15688: windows sends 4 as max_setup count on NT IOCTL

metze
(This used to be commit 0d983fa46fff588cf94e58732e36e324e2f0478a)
This commit is contained in:
Stefan Metzmacher 2006-05-18 11:15:18 +00:00 committed by Gerald (Jerry) Carter
parent bd0fb90162
commit c18cd54bad

View File

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