mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Fix prev commit, avoid abort when entry is NULL
This commit is contained in:
parent
95a5866965
commit
72ace288e8
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ do_syncrepl(
|
|||
if ( modlist ) {
|
||||
slap_mods_free( modlist );
|
||||
}
|
||||
if ( rc_efree ) {
|
||||
if ( rc_efree && entry ) {
|
||||
entry_free( entry );
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue