summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules/skel.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/modules/skel.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/modules/skel.c')
-rw-r--r--source4/lib/ldb/modules/skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/skel.c b/source4/lib/ldb/modules/skel.c
index 0cd29ac4b7..15df46354b 100644
--- a/source4/lib/ldb/modules/skel.c
+++ b/source4/lib/ldb/modules/skel.c
@@ -90,7 +90,7 @@ static int skel_destructor(struct ldb_module *ctx)
struct private_data *data = talloc_get_type(ctx->private_data, struct private_data);
/* put your clean-up functions here */
if (data->some_private_data) talloc_free(data->some_private_data);
- return 0;
+ return LDB_SUCCESS;
}
static int skel_request(struct ldb_module *module, struct ldb_request *req)