mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 09:22:54 -05:00
More for presentlist (ITS#8042)
This commit is contained in:
parent
c8d40af0d2
commit
4929ad5e81
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ do_syncrep2(
|
|||
{
|
||||
syncrepl_del_nonpresent( op, si, NULL,
|
||||
&syncCookie, m );
|
||||
} else {
|
||||
} else if ( si->si_presentlist ) {
|
||||
presentlist_free( si->si_presentlist );
|
||||
si->si_presentlist = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue