summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-03-12 09:55:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:02 -0500
commitf58143b0256d470e17f2c0a09a7c1a352855d385 (patch)
treeba206074777f84cbf5f5ff71648dd6eee998ff06 /source4/lib/ldb/modules
parent768f82cbc6a7b7eda3a0517a5438d08b89f07855 (diff)
downloadsamba-f58143b0256d470e17f2c0a09a7c1a352855d385.tar.gz
samba-f58143b0256d470e17f2c0a09a7c1a352855d385.tar.bz2
samba-f58143b0256d470e17f2c0a09a7c1a352855d385.zip
r5769: Fix unused variable warning.
(This used to be commit 80dfac3640443a41f7e45e9164ca1a6749494011)
Diffstat (limited to 'source4/lib/ldb/modules')
-rw-r--r--source4/lib/ldb/modules/timestamps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/timestamps.c b/source4/lib/ldb/modules/timestamps.c
index dec564bf66..c472fc3c55 100644
--- a/source4/lib/ldb/modules/timestamps.c
+++ b/source4/lib/ldb/modules/timestamps.c
@@ -247,7 +247,7 @@ static const char *timestamps_errstring(struct ldb_module *module)
static int timestamps_destructor(void *module_ctx)
{
- struct ldb_module *ctx = module_ctx;
+ /* struct ldb_module *ctx = module_ctx; */
/* put your clean-up functions here */
return 0;
}