1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r15708: setup count is 8bit and param_count and data_count are 32bit

metze
This commit is contained in:
Stefan Metzmacher
2006-05-19 13:32:17 +00:00
committed by Gerald (Jerry) Carter
parent cc9634d586
commit 6bc89b422c

View File

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