mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-22 00:54:30 +01:00
switch i to size_t to match usage
This commit is contained in:
parent
344d1b4384
commit
dd96aa71dc
@ -235,7 +235,8 @@ authorize_user_token_ldap (struct cfg *cfg,
|
|||||||
char *attrs[2] = {NULL, NULL};
|
char *attrs[2] = {NULL, NULL};
|
||||||
|
|
||||||
struct berval **vals;
|
struct berval **vals;
|
||||||
int i, rc;
|
int rc;
|
||||||
|
size_t i;
|
||||||
|
|
||||||
char *filter = NULL;
|
char *filter = NULL;
|
||||||
char *find = NULL;
|
char *find = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user