]> git.sur5r.net Git - openldap/commitdiff
Fix comment style.
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 28 Aug 2006 01:05:32 +0000 (01:05 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 28 Aug 2006 01:05:32 +0000 (01:05 +0000)
servers/slapd/back-perl/modify.c

index 8d2b39d10042eac28d0f2b528ef0c7f00fcdf2aa..1da13c00f273585d34c94809cc37c8b2e3e0a3b7 100644 (file)
@@ -64,7 +64,7 @@ perl_back_modify(
                                XPUSHs(sv_2mortal(newSVpv( mods->sm_values[i].bv_val, 0 )));
                        }
 
-                       // Fix delete attrib without value.
+                       /* Fix delete attrib without value. */
                        if ( i == 0) {
                                XPUSHs(sv_newmortal());
                        }