1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00

make yubi_attr_prefix_len a size_t

This commit is contained in:
Klas Lindfors 2015-09-14 10:29:49 +02:00
parent 0eb2f8cec3
commit ec84a78453

View File

@ -227,7 +227,7 @@ authorize_user_token_ldap (struct cfg *cfg,
#ifdef HAVE_LIBLDAP #ifdef HAVE_LIBLDAP
/* LDAPv2 is historical -- RFC3494. */ /* LDAPv2 is historical -- RFC3494. */
int protocol = LDAP_VERSION3; int protocol = LDAP_VERSION3;
int yubi_attr_prefix_len = 0; size_t yubi_attr_prefix_len = 0;
LDAP *ld = NULL; LDAP *ld = NULL;
LDAPMessage *result = NULL, *e; LDAPMessage *result = NULL, *e;
BerElement *ber; BerElement *ber;