mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
back out previous two commits
This commit is contained in:
parent
c0f7dc78f7
commit
96767fee77
1 changed files with 1 additions and 2 deletions
|
|
@ -1644,7 +1644,7 @@ syncrepl_message_to_entry(
|
|||
{
|
||||
Entry *e = NULL;
|
||||
BerElement *ber = NULL;
|
||||
Modifications tmp = { 0 };
|
||||
Modifications tmp;
|
||||
Modifications *mod;
|
||||
Modifications **modtail = modlist;
|
||||
|
||||
|
|
@ -1709,7 +1709,6 @@ syncrepl_message_to_entry(
|
|||
*/
|
||||
if ( is_ctx && !strcasecmp( tmp.sml_type.bv_val,
|
||||
slap_schema.si_ad_contextCSN->ad_cname.bv_val )) {
|
||||
if ( tmp.sml_nvalues ) ber_bvarray_free( tmp.sml_nvalues );
|
||||
ber_bvarray_free( tmp.sml_values );
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue