1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-08 03:54:18 +01:00

authorize_user_token_ldap: Use correct LDAP free function.

Patch by judas.iscariote.
This commit is contained in:
Fredrik Thulin 2011-03-03 10:11:16 +01:00
parent ff14ae114c
commit 6a0c8fc82b

View File

@ -304,7 +304,7 @@ authorize_user_token_ldap (const char *ldap_uri,
retval = 1; retval = 1;
} }
} }
ldap_value_free (vals); ldap_value_free_len (vals);
} }
ldap_memfree (a); ldap_memfree (a);
} }