Fix prev commit, avoid abort when entry is NULL

This commit is contained in:
Howard Chu 2003-10-22 07:57:25 +00:00
parent 95a5866965
commit 72ace288e8

View file

@ -465,7 +465,7 @@ do_syncrepl(
if ( modlist ) {
slap_mods_free( modlist );
}
if ( rc_efree ) {
if ( rc_efree && entry ) {
entry_free( entry );
}
break;