1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

switch i to size_t to match usage

This commit is contained in:
Klas Lindfors 2015-09-14 10:34:06 +02:00
parent 344d1b4384
commit dd96aa71dc

View File

@ -235,7 +235,8 @@ authorize_user_token_ldap (struct cfg *cfg,
char *attrs[2] = {NULL, NULL};
struct berval **vals;
int i, rc;
int rc;
size_t i;
char *filter = NULL;
char *find = NULL;