mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r890: convert samba4 to use [u]int8_t instead of [u]int8
metze
(This used to be commit 2986c5f08c
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f88bf54c7f
commit
fcd718c7d8
@ -206,7 +206,7 @@ NTSTATUS smb_raw_trans_recv(struct cli_request *req,
|
||||
****************************************************************************/
|
||||
struct cli_request *smb_raw_trans_send_backend(struct cli_tree *tree,
|
||||
struct smb_trans2 *parms,
|
||||
uint8 command)
|
||||
uint8_t command)
|
||||
{
|
||||
int wct = 14 + parms->in.setup_count;
|
||||
struct cli_request *req;
|
||||
|
Reference in New Issue
Block a user