diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-26 08:38:03 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-26 08:38:03 +1100 |
commit | a4f86c07e5e98718e5fcde90c70b05a77c41a522 (patch) | |
tree | fd0ecfba99256189f38f67244d93832a17f66638 /source4/dsdb/samdb/ldb_modules/schema_load.c | |
parent | 98a3725252aabeece2b31f87e1c6cfc543fc716d (diff) | |
download | samba-a4f86c07e5e98718e5fcde90c70b05a77c41a522.tar.gz samba-a4f86c07e5e98718e5fcde90c70b05a77c41a522.tar.bz2 samba-a4f86c07e5e98718e5fcde90c70b05a77c41a522.zip |
s4-ldb: fixed request handling for schemaUpdateNow op
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/schema_load.c')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/schema_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |