Skip to content
Snippets Groups Projects
Commit 33442d7c authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

for ITS#3105

parent 2f4678f2
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment