summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb_debug.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2008-09-09 17:36:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 19:40:03 +0200
commit9d849c30bc5dfb4c3b27639c52ba8c2a54d07471 (patch)
tree115e4b33bc4464a3b688804aa2284d3317bcb1be /source4/lib/ldb/common/ldb_debug.c
parent9261fa997ccda8f89556b644ddd45cd86919ec2e (diff)
downloadsamba-9d849c30bc5dfb4c3b27639c52ba8c2a54d07471.tar.gz
samba-9d849c30bc5dfb4c3b27639c52ba8c2a54d07471.tar.xz
samba-9d849c30bc5dfb4c3b27639c52ba8c2a54d07471.zip
Cosmetic corrections for the LDB library
This commit applies some cosmetic corrections for the LDB library.
Diffstat (limited to 'source4/lib/ldb/common/ldb_debug.c')
-rw-r--r--source4/lib/ldb/common/ldb_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_debug.c b/source4/lib/ldb/common/ldb_debug.c
index 0f78e37c1c5..8e1c491f127 100644
--- a/source4/lib/ldb/common/ldb_debug.c
+++ b/source4/lib/ldb/common/ldb_debug.c
@@ -43,7 +43,7 @@ int ldb_set_debug(struct ldb_context *ldb,
{
ldb->debug_ops.debug = debug;
ldb->debug_ops.context = context;
- return 0;
+ return LDB_SUCCESS;
}
/*