diff options
Diffstat (limited to 'source4/libcli/smb2')
-rw-r--r-- | source4/libcli/smb2/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/trans.c b/source4/libcli/smb2/trans.c index fd80315e3f..cc03209c76 100644 --- a/source4/libcli/smb2/trans.c +++ b/source4/libcli/smb2/trans.c @@ -38,7 +38,7 @@ struct smb2_request *smb2_trans_send(struct smb2_tree *tree, struct smb2_trans * if (req == NULL) return NULL; SSVAL(req->out.body, 0x02, 0); /* pad */ - SIVAL(req->out.body, 0x04, io->in.unknown1); + SIVAL(req->out.body, 0x04, io->in.pipe_flags); smb2_push_handle(req->out.body+0x08, &io->in.handle); SIVAL(req->out.body, 0x20, io->in.unknown2); SIVAL(req->out.body, 0x2C, io->in.max_response_size); |