mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#4536 set chain_tail after sorting messages
This commit is contained in:
parent
6e751774c4
commit
dc96eca891
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ ldap_sort_entries(
|
|||
LDAP_VFREE( et[i].et_vals );
|
||||
}
|
||||
*ep = ohead;
|
||||
|
||||
(*chain)->lm_chain_tail = otail ? otail : etail;
|
||||
|
||||
LDAP_FREE( (char *) et );
|
||||
|
||||
return( 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue