1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libgpo: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2018-11-23 08:50:47 +01:00 committed by Ralph Boehme
parent 1de9771789
commit 1d54845737

View 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;