mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4536 set chain_tail after sorting messages
This commit is contained in:
parent
6e751774c4
commit
dc96eca891
@ -158,6 +158,7 @@ ldap_sort_entries(
|
|||||||
LDAP_VFREE( et[i].et_vals );
|
LDAP_VFREE( et[i].et_vals );
|
||||||
}
|
}
|
||||||
*ep = ohead;
|
*ep = ohead;
|
||||||
|
(*chain)->lm_chain_tail = otail ? otail : etail;
|
||||||
|
|
||||||
LDAP_FREE( (char *) et );
|
LDAP_FREE( (char *) et );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user