libgpo: Align integer types
authorVolker Lendecke <vl@samba.org>
Fri, 23 Nov 2018 07:50:47 +0000 (08:50 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 27 Nov 2018 06:13:14 +0000 (07:13 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libgpo/gpo_reg.c

index cb4e5c87c887fc478bdac4453d2c406fe4ce6a6d..644b4d36d6244ab4035e207033f27b613aa96753 100644 (file)
@@ -348,7 +348,7 @@ static WERROR gp_reg_store_groupmembership(TALLOC_CTX *mem_ctx,
 {
        struct registry_key *key = NULL;
        WERROR werr;
-       int i = 0;
+       uint32_t i = 0;
        const char *valname = NULL;
        const char *path = NULL;
        const char *val = NULL;