ITS#4536 set chain_tail after sorting messages

This commit is contained in:
Howard Chu 2006-05-11 09:07:08 +00:00
parent 6e751774c4
commit dc96eca891

View File

@ -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 );