ITS#6064: "//" comment from rev 1.445 -> "/**/" comment

This commit is contained in:
Hallvard Furuseth 2009-04-16 17:48:50 +00:00
parent ce70111c29
commit 2365945268

View 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 {