mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Convert all uint32/16/8 to _t in source3/libsmb.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
dffe228283
commit
5c1f8adc33
@ -53,8 +53,8 @@ SMBC_errno(SMBCCTX *context,
|
||||
int ret = cli_errno(c);
|
||||
|
||||
if (cli_is_dos_error(c)) {
|
||||
uint8 eclass;
|
||||
uint32 ecode;
|
||||
uint8_t eclass;
|
||||
uint32_t ecode;
|
||||
|
||||
cli_dos_error(c, &eclass, &ecode);
|
||||
|
||||
|
Reference in New Issue
Block a user