1
0
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:
Volker Lendecke 2019-05-30 09:55:11 +02:00 committed by Jeremy Allison
parent c9a7754c88
commit 52096b498d

View File

@ -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;