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:
parent
1de9771789
commit
1d54845737
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user