mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#6064: "//" comment from rev 1.445 -> "/**/" comment
This commit is contained in:
parent
ce70111c29
commit
2365945268
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user