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,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 New Issue
Block a user