mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
auth3: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
bb5bf50819
commit
e6c6407623
@ -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) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user