1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4-schema: remove unused variable

This commit is contained in:
Matthieu Patou 2012-04-16 15:34:24 -07:00 committed by Michael Adam
parent e3fa5d7d2a
commit 9887d390b1

View File

@ -324,10 +324,6 @@ static int schema_load_del_transaction(struct ldb_module *module)
static int schema_load_extended(struct ldb_module *module, struct ldb_request *req)
{
struct ldb_context *ldb;
ldb = ldb_module_get_ctx(module);
if (strcmp(req->op.extended.oid, DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID) != 0) {
return ldb_next_request(module, req);
}