s4:objectclass LDB module - fix a comment - add a ")"
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / objectclass.c
index d9015847e6b24a8d420988e64345339557a38407..4107c9cd7cc2f24becb062c36cd91c44dcd1b9ec 100644 (file)
@@ -354,7 +354,7 @@ static int fix_dn(struct ldb_context *ldb,
 #endif
 
 
-       /* And replace it with CN=foo (we need the attribute in upper case */
+       /* And replace it with CN=foo (we need the attribute in upper case) */
        return ldb_dn_set_component(*fixed_dn, 0, upper_rdn_attr, *rdn_val);
 }