From: Volker Lendecke Date: Thu, 30 May 2019 07:55:11 +0000 (+0200) Subject: libsmb: Align integer types X-Git-Tag: ldb-2.0.5~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52096b498d144e66b926d7401513e70a1114760c;p=thirdparty%2Fsamba.git libsmb: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index 4342a3b1d1b..f617307bb03 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -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;