libsmb: Align integer types
authorVolker Lendecke <vl@samba.org>
Thu, 30 May 2019 07:55:11 +0000 (09:55 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 18 Jun 2019 12:53:58 +0000 (12:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/libsmb/clidfs.c

index 4342a3b1d1b20065b9684101efa7876f5f418e48..f617307bb033c94120f864e81fce32266ce3b6ac 100644 (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;