1
0
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:
Stefan Metzmacher
2006-05-18 11:15:18 +00:00
committed by Gerald (Jerry) Carter
parent 856656739c
commit 0d983fa46f

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;