From: Quanah Gibson-Mount Date: Wed, 29 Apr 2009 03:51:27 +0000 (+0000) Subject: "//" comment from rev 1.445 -> "/**/" comment X-Git-Tag: OPENLDAP_REL_ENG_2_4_17~121 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=63763bb1579f19cb5ca75f492b55f63ff2958917;p=openldap "//" comment from rev 1.445 -> "/**/" comment --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 11ad325d76..39715f13a3 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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 {