1
0
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:
Stefan Metzmacher 2006-05-19 13:32:17 +00:00 committed by Gerald (Jerry) Carter
parent e48fd4e710
commit a3cc3c9c1f

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