summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_attributes.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2008-12-19 09:54:20 -0500
committerSimo Sorce <idra@samba.org>2008-12-19 09:54:20 -0500
commitdde0964d72abee7369514bec1bf75ba2407c331a (patch)
tree4db4e64bb0d7794d815779d1bad01d5a11f429ca /source4/lib/ldb/common/ldb_attributes.c
parent45ad3df1405c5d978872d6de63df5059efcc181f (diff)
downloadsamba-dde0964d72abee7369514bec1bf75ba2407c331a.tar.gz
samba-dde0964d72abee7369514bec1bf75ba2407c331a.tar.bz2
samba-dde0964d72abee7369514bec1bf75ba2407c331a.zip
Small cosmetic LDB patch regarding return values.
It changes some "return 0" in "return LDB_SUCCESS"
Diffstat (limited to 'source4/lib/ldb/common/ldb_attributes.c')
-rw-r--r--source4/lib/ldb/common/ldb_attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_attributes.c b/source4/lib/ldb/common/ldb_attributes.c
index 48f9e11caf..001bc45ee1 100644
--- a/source4/lib/ldb/common/ldb_attributes.c
+++ b/source4/lib/ldb/common/ldb_attributes.c
@@ -254,7 +254,7 @@ int ldb_dn_extended_add_syntax(struct ldb_context *ldb,
ldb->schema.num_dn_extended_syntax = n;
- return 0;
+ return LDB_SUCCESS;
}
/*