s4:dsdb/rootdse: remove unused variable
authorStefan Metzmacher <metze@samba.org>
Mon, 26 Nov 2012 12:38:07 +0000 (13:38 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 30 Nov 2012 16:17:19 +0000 (17:17 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source4/dsdb/samdb/ldb_modules/rootdse.c

index 0668d1ad136308d60487e1beb4bf4fbad1781471..40962143d159ece2bff7d2392ceca22d40a0fb88 100644 (file)
@@ -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;