mirror of
https://github.com/samba-team/samba.git
synced 2025-09-06 17:44:20 +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:
committed by
Jeremy Allison
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;
|
||||
|
Reference in New Issue
Block a user