mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
for ITS#3105
This commit is contained in:
parent
2f4678f204
commit
33442d7ced
1 changed files with 2 additions and 1 deletions
|
|
@ -522,6 +522,7 @@ do_syncrep2(
|
|||
}
|
||||
if ( rc_efree && entry ) {
|
||||
entry_free( entry );
|
||||
entry = NULL;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
@ -1263,7 +1264,7 @@ syncrepl_entry(
|
|||
|
||||
case LDAP_SYNC_DELETE :
|
||||
/* Already deleted */
|
||||
ret = 1;
|
||||
ret = 0;
|
||||
goto done;
|
||||
|
||||
default :
|
||||
|
|
|
|||
Loading…
Reference in a new issue