smbtree: Align integer types
authorVolker Lendecke <vl@samba.org>
Sun, 5 Apr 2020 11:02:12 +0000 (13:02 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 8 Apr 2020 16:22:17 +0000 (16:22 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Apr  8 16:22:17 UTC 2020 on sn-devel-184

source3/utils/smbtree.c

index 123ae35d6630f03c354c0a29fd7446b2f1048ada..e352bccb04d4b3b34d8f224735a014dbf230216c 100644 (file)
@@ -213,7 +213,7 @@ static bool get_rpc_shares(struct cli_state *cli,
        WERROR werr;
        struct srvsvc_NetShareInfoCtr info_ctr;
        struct srvsvc_NetShareCtr1 ctr1;
-       int i;
+       uint32_t i;
        uint32_t resume_handle = 0;
        uint32_t total_entries = 0;
        struct dcerpc_binding_handle *b;