summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/smb2/ioctl.c')
-rw-r--r--source4/libcli/smb2/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/ioctl.c b/source4/libcli/smb2/ioctl.c
index 26f2bffbc1..37e07dbae1 100644
--- a/source4/libcli/smb2/ioctl.c
+++ b/source4/libcli/smb2/ioctl.c
@@ -37,7 +37,7 @@ struct smb2_request *smb2_ioctl_send(struct smb2_tree *tree, struct smb2_ioctl *
io->in.in.length+io->in.out.length);
if (req == NULL) return NULL;
- SSVAL(req->out.body, 0x02, io->in._pad);
+ SSVAL(req->out.body, 0x02, 0); /* pad */
SIVAL(req->out.body, 0x04, io->in.function);
smb2_push_handle(req->out.body+0x08, &io->in.handle);