1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11894: fixed SMB2 trans code for pipe_flags

This commit is contained in:
Andrew Tridgell 2005-11-25 06:50:29 +00:00 committed by Gerald (Jerry) Carter
parent 085bf952dc
commit 02e3cb87c7

View File

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