s4-ldb: fixed request handling for schemaUpdateNow op
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / partition.c
index 64015ed7b16e0f7d22981557d3fa4f233a91c50f..587d9206c568f8598320b573fbb02e3306f8eb2b 100644 (file)
@@ -1114,7 +1114,7 @@ static int partition_extended_schema_update_now(struct ldb_module *module, struc
                return ret;
        }
 
-       return ldb_request_done(req, ret);
+       return ldb_module_done(req, NULL, NULL, ret);
 }