mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libsmb: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
c9a7754c88
commit
52096b498d
@ -901,7 +901,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
|
||||
int pathlen;
|
||||
struct cli_state *newcli = NULL;
|
||||
struct cli_state *ccli = NULL;
|
||||
int count = 0;
|
||||
size_t count = 0;
|
||||
char *newpath = NULL;
|
||||
char *newmount = NULL;
|
||||
char *ppath = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user