From a4f86c07e5e98718e5fcde90c70b05a77c41a522 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 26 Oct 2009 08:38:03 +1100 Subject: s4-ldb: fixed request handling for schemaUpdateNow op --- source4/dsdb/samdb/ldb_modules/schema_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb/ldb_modules/schema_load.c') diff --git a/source4/dsdb/samdb/ldb_modules/schema_load.c b/source4/dsdb/samdb/ldb_modules/schema_load.c index 62c941d5eb..b695700123 100644 --- a/source4/dsdb/samdb/ldb_modules/schema_load.c +++ b/source4/dsdb/samdb/ldb_modules/schema_load.c @@ -247,7 +247,7 @@ static int schema_load_extended(struct ldb_module *module, struct ldb_request *r dsdb_make_schema_global(ldb); talloc_free(mem_ctx); - return LDB_SUCCESS; + return ldb_module_done(req, NULL, NULL, LDB_SUCCESS); } -- cgit