mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
libcli/raw: the nttrans setup count is only 8-bit
metze
(This used to be commit a65599cc83
)
This commit is contained in:
parent
50df83ac8c
commit
70ccb7e7ce
@ -2258,7 +2258,7 @@ struct smb_nttrans {
|
||||
uint8_t max_setup;
|
||||
uint32_t max_param;
|
||||
uint32_t max_data;
|
||||
uint32_t setup_count;
|
||||
uint8_t setup_count;
|
||||
uint16_t function;
|
||||
uint8_t *setup;
|
||||
DATA_BLOB params;
|
||||
|
Loading…
Reference in New Issue
Block a user