From: Hallvard Furuseth Date: Thu, 16 Apr 2009 17:48:50 +0000 (+0000) Subject: ITS#6064: "//" comment from rev 1.445 -> "/**/" comment X-Git-Tag: ACLCHECK_0~631 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2365945268f3f3a5647fb8500165ec1ef71372df;p=openldap ITS#6064: "//" 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 {