mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
More for presentlist (ITS#8042)
This commit is contained in:
parent
c8d40af0d2
commit
4929ad5e81
@ -1176,7 +1176,7 @@ do_syncrep2(
|
|||||||
{
|
{
|
||||||
syncrepl_del_nonpresent( op, si, NULL,
|
syncrepl_del_nonpresent( op, si, NULL,
|
||||||
&syncCookie, m );
|
&syncCookie, m );
|
||||||
} else {
|
} else if ( si->si_presentlist ) {
|
||||||
presentlist_free( si->si_presentlist );
|
presentlist_free( si->si_presentlist );
|
||||||
si->si_presentlist = NULL;
|
si->si_presentlist = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user