objectclass_attrs: correctly indent a comment
authorClive Ferreira <cliveferreira@catalyst.net.nz>
Tue, 11 Oct 2016 02:33:06 +0000 (15:33 +1300)
committerGarming Sam <garming@samba.org>
Tue, 1 Nov 2016 20:39:19 +0000 (21:39 +0100)
Signed-off-by: Clive Ferreira <cliveferreira@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Pair-programmed-with: Garming Sam <garming@catalyst.net.nz>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12394

source4/dsdb/samdb/ldb_modules/objectclass_attrs.c

index c83c2e9fc4f2b4218c213e6bf104c69560af832b..616cff8348227ae980e446e9c5f49d712d4c19e8 100644 (file)
@@ -435,12 +435,13 @@ static int attr_handler2(struct oc_context *ac)
        }
 
        if (isSchemaAttr) {
-               /* Before really adding an attribute in the database,
-                       * let's check that we can translate it into a dbsd_attribute and
-                       * that we can find a valid syntax object.
-                       * If not it's better to reject this attribute than not be able
-                       * to start samba next time due to schema being unloadable.
-                       */
+               /*
+                * Before really adding an attribute in the database,
+                * let's check that we can translate it into a dsdb_attribute and
+                * that we can find a valid syntax object.
+                * If not it's better to reject this attribute than not be able
+                * to start samba next time due to schema being unloadable.
+                */
                struct dsdb_attribute *att = talloc(ac, struct dsdb_attribute);
                const struct dsdb_syntax *attrSyntax;
                WERROR status;