mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r15708: setup count is 8bit and param_count and data_count are 32bit
metze (This used to be commit 6bc89b422ccdfca6d383b8474452d57b55dfaed6)
This commit is contained in:
parent
e48fd4e710
commit
a3cc3c9c1f
@ -42,8 +42,8 @@ struct nttrans_op {
|
||||
/* setup a nttrans reply, given the data and params sizes */
|
||||
static NTSTATUS nttrans_setup_reply(struct nttrans_op *op,
|
||||
struct smb_nttrans *trans,
|
||||
uint16_t param_size, uint16_t data_size,
|
||||
uint16_t setup_count)
|
||||
uint32_t param_size, uint32_t data_size,
|
||||
uint8_t setup_count)
|
||||
{
|
||||
trans->out.setup_count = setup_count;
|
||||
if (setup_count != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user