summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-11-26 13:38:07 +0100
committerMichael Adam <obnox@samba.org>2012-11-30 17:17:19 +0100
commit964d96d2c31211601b8854dd3d532112fd2aaece (patch)
tree8701e6e8862bd1701f06ddf334de5ac16ab106b2 /source4/dsdb/samdb
parent4970d3cacbd6b9a76e64030cc79628f3dfecce1b (diff)
downloadsamba-964d96d2c31211601b8854dd3d532112fd2aaece.tar.gz
samba-964d96d2c31211601b8854dd3d532112fd2aaece.tar.bz2
samba-964d96d2c31211601b8854dd3d532112fd2aaece.zip
s4:dsdb/rootdse: remove unused variable
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/rootdse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c b/source4/dsdb/samdb/ldb_modules/rootdse.c
index 0668d1ad13..40962143d1 100644
--- a/source4/dsdb/samdb/ldb_modules/rootdse.c
+++ b/source4/dsdb/samdb/ldb_modules/rootdse.c
@@ -1220,7 +1220,6 @@ static int rootdse_schemaupdatenow(struct ldb_module *module, struct ldb_request
static int rootdse_schemaupgradeinprogress(struct ldb_module *module, struct ldb_request *req)
{
struct ldb_context *ldb = ldb_module_get_ctx(module);
- struct ldb_result *ext_res;
int ret = LDB_SUCCESS;
struct ldb_dn *schema_dn;