diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 17:31:18 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 20:42:26 +0100 |
commit | 1a54e022351a60fbfa619ef7ed6138fb892ad11a (patch) | |
tree | 547d47ba8e51e0087ebbadbe2a49079319e870fc /src/util | |
parent | 2c0a971010596c122d7a0c0d76c8eb85f16f6d06 (diff) | |
download | sssd-1a54e022351a60fbfa619ef7ed6138fb892ad11a.tar.gz sssd-1a54e022351a60fbfa619ef7ed6138fb892ad11a.tar.bz2 sssd-1a54e022351a60fbfa619ef7ed6138fb892ad11a.zip |
LDAP: avoid complex realloc logic in save_rfc2307bis_group_memberships
https://fedorahosted.org/sssd/ticket/1761
The function tried to be smart and realloc only when needed, but that
only lead to hard-to find bugs where the logic would not allocate the
proper space. Remove the reallocation and prefer readability over speed
in this case.
Diffstat (limited to 'src/util')
0 files changed, 0 insertions, 0 deletions