summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-17 00:07:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:34 -0500
commitb9456e9d67e794d37b395bcb01a758ef15e20123 (patch)
tree1ebf851d5335668cbe5b67e4776b93f98739765e /source4
parent932803d3ce5d8f22db0dae4b75dc30e1b393005f (diff)
downloadsamba-b9456e9d67e794d37b395bcb01a758ef15e20123.tar.gz
samba-b9456e9d67e794d37b395bcb01a758ef15e20123.tar.bz2
samba-b9456e9d67e794d37b395bcb01a758ef15e20123.zip
r6360: Quieten unused variable warning.
(This used to be commit 5a598f5da17b60ad52b2ae9d8e4484286e492a1f)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/modules/schema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/schema.c b/source4/lib/ldb/modules/schema.c
index 1b08db6170..4502bba9ed 100644
--- a/source4/lib/ldb/modules/schema.c
+++ b/source4/lib/ldb/modules/schema.c
@@ -541,7 +541,7 @@ static const char *schema_errstring(struct ldb_module *module)
static int schema_destructor(void *module_ctx)
{
- struct ldb_module *ctx = module_ctx;
+/* struct ldb_module *ctx = module_ctx; */
/* put your clean-up functions here */
return 0;
}