]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/syncrepl.c
add in-scope helper
[openldap] / servers / slapd / syncrepl.c
index 11ad325d7603cb381a4415355545a036a1d5614a..39715f13a394323c1136e701a4c9e7c324b79c4d 100644 (file)
@@ -4377,7 +4377,7 @@ add_syncrepl(
 
                        si->si_cookieState = c->be->be_syncinfo->si_cookieState;
 
-                       // add new syncrepl to end of list (same order as when deleting)
+                       /* add new syncrepl to end of list (same order as when deleting) */
                        for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next );
                        sip->si_next = si;
                } else {