summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/smb2/flush.c')
-rw-r--r--source4/libcli/smb2/flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/flush.c b/source4/libcli/smb2/flush.c
index 596eb26009..0eb5ed7a3b 100644
--- a/source4/libcli/smb2/flush.c
+++ b/source4/libcli/smb2/flush.c
@@ -36,7 +36,7 @@ struct smb2_request *smb2_flush_send(struct smb2_tree *tree, struct smb2_flush *
SSVAL(req->out.body, 0x02, 0); /* pad? */
SIVAL(req->out.body, 0x04, io->in.unknown);
- smb2_push_handle(req->out.body+0x08, &io->in.handle);
+ smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
smb2_transport_send(req);