summaryrefslogtreecommitdiff
path: root/libgpo
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-11-23 08:50:47 +0100
committerRalph Boehme <slow@samba.org>2018-11-27 07:13:14 +0100
commit1d5484573725cb97b0c16e32985c44b15807028d (patch)
treefa79a02387702e2756731b81e061466ebda52379 /libgpo
parent1de97717893fd9619b46eaa04c3024f3d6461295 (diff)
downloadsamba-1d5484573725cb97b0c16e32985c44b15807028d.tar.gz
libgpo: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libgpo')
-rw-r--r--libgpo/gpo_reg.c2
1 files changed, 1 insertions, 1 deletions
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;