mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-01 01:52:17 +01:00
authorize_user_token_ldap: Use correct LDAP free function.
Patch by judas.iscariote.
This commit is contained in:
parent
ff14ae114c
commit
6a0c8fc82b
@ -304,7 +304,7 @@ authorize_user_token_ldap (const char *ldap_uri,
|
||||
retval = 1;
|
||||
}
|
||||
}
|
||||
ldap_value_free (vals);
|
||||
ldap_value_free_len (vals);
|
||||
}
|
||||
ldap_memfree (a);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user