summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-05-30 09:55:11 +0200
committerJeremy Allison <jra@samba.org>2019-06-18 12:53:58 +0000
commit52096b498d144e66b926d7401513e70a1114760c (patch)
treed3bc0ecbad42278d6c1ea4613529673038b0c1f9 /source3/libsmb/clidfs.c
parentc9a7754c887f8ba41754fcc5b0ab53092cbf6dcf (diff)
downloadsamba-52096b498d144e66b926d7401513e70a1114760c.tar.gz
libsmb: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
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;