From 1d5484573725cb97b0c16e32985c44b15807028d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 23 Nov 2018 08:50:47 +0100 Subject: [PATCH] libgpo: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- libgpo/gpo_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgpo/gpo_reg.c b/libgpo/gpo_reg.c index cb4e5c87c88..644b4d36d62 100644 --- a/libgpo/gpo_reg.c +++ b/libgpo/gpo_reg.c @@ -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;