summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/paged_results.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/paged_results.c
parent9261fa997ccda8f89556b644ddd45cd86919ec2e (diff)
downloadsamba-9d849c30bc5dfb4c3b27639c52ba8c2a54d07471.tar.gz
samba-9d849c30bc5dfb4c3b27639c52ba8c2a54d07471.tar.bz2
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/paged_results.c')
-rw-r--r--source4/lib/ldb/modules/paged_results.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/paged_results.c b/source4/lib/ldb/modules/paged_results.c
index b62b1f92cb..c7296a1edf 100644
--- a/source4/lib/ldb/modules/paged_results.c
+++ b/source4/lib/ldb/modules/paged_results.c
@@ -86,7 +86,7 @@ int store_destructor(struct results_store *store)
store->priv->store = NULL;
}
- return 0;
+ return LDB_SUCCESS;
}
static struct results_store *new_store(struct private_data *priv)