From: Volker Lendecke Date: Thu, 4 Mar 2021 10:42:25 +0000 (+0100) Subject: auth3: Align integer types X-Git-Tag: tevent-0.11.0~1535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c6407623543ba3dff330dc459cbf0620f0954f;p=thirdparty%2Fsamba.git auth3: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 3a3b5d9936b..f508dfd3a86 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -316,7 +316,7 @@ NTSTATUS create_local_nt_token_from_info3(TALLOC_CTX *mem_ctx, struct security_token *usrtok = NULL; uint32_t session_info_flags = 0; NTSTATUS status; - int i; + uint32_t i; DEBUG(10, ("Create local NT token for %s\n", info3->base.account_name.string)); @@ -536,7 +536,7 @@ static NTSTATUS add_local_groups(struct security_token *result, uint32_t getgroups_num_group_sids = 0; struct passwd *pass = NULL; TALLOC_CTX *tmp_ctx = talloc_stackframe(); - int i; + uint32_t i; if (is_guest) { /*