From: Volker Lendecke Date: Fri, 23 Nov 2018 07:50:47 +0000 (+0100) Subject: libgpo: Align integer types X-Git-Tag: tdb-1.3.17~617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5484573725cb97b0c16e32985c44b15807028d;p=thirdparty%2Fsamba.git libgpo: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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;