summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
diff options
context:
space:
mode:
authorClive Ferreira <cliveferreira@catalyst.net.nz>2016-10-11 15:33:06 +1300
committerGarming Sam <garming@samba.org>2016-11-01 21:39:19 +0100
commita3baf4b8049d222b8be71dce3bc1cd46b8391f73 (patch)
treebcefe022a5a56134055e79104e58a6ac89c69979 /source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
parentda67acbcfe2167fce9c360a55416ab10e9537a2a (diff)
downloadsamba-a3baf4b8049d222b8be71dce3bc1cd46b8391f73.tar.gz
objectclass_attrs: correctly indent a comment
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
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/objectclass_attrs.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/objectclass_attrs.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c b/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
index c83c2e9fc4f..616cff83482 100644
--- a/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
+++ b/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
@@ -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;