]> git.sur5r.net Git - openldap/commitdiff
Fix 0e66a3d1bf2b58cb4361ac1311c680f870d23f4c
authorHoward Chu <hyc@openldap.org>
Wed, 14 Jan 2015 20:27:49 +0000 (20:27 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 19 Jan 2015 19:46:29 +0000 (13:46 -0600)
clear rc, otherwise syncrepl stops

servers/slapd/syncrepl.c

index 4d39d4f798a6e7b1edb5c3ce2f1e21490e5ee5be..0e3c34a43159e8a6ad21246a165daa7ceca1a40b 100644 (file)
@@ -1314,6 +1314,7 @@ do_syncrep2(
                                                        slap_sl_free( syncUUIDs, op->o_tmpmemctx );
                                                }
                                        }
+                                       rc = 0;
                                        slap_sync_cookie_free( &syncCookie, 0 );
                                        break;
                                default: