mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
One more signed/unsigned fix
This commit is contained in:
parent
69e94440cd
commit
013fa87473
@ -1163,7 +1163,7 @@ NTSTATUS cli_lsa_enum_account_rights(struct cli_state *cli, TALLOC_CTX *mem_ctx,
|
||||
LSA_Q_ENUM_ACCT_RIGHTS q;
|
||||
LSA_R_ENUM_ACCT_RIGHTS r;
|
||||
NTSTATUS result;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
ZERO_STRUCT(q);
|
||||
ZERO_STRUCT(r);
|
||||
|
Loading…
x
Reference in New Issue
Block a user