summaryrefslogtreecommitdiff
path: root/source4/torture/drs
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/drs')
-rw-r--r--source4/torture/drs/unit/schemainfo_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/unit/schemainfo_tests.c b/source4/torture/drs/unit/schemainfo_tests.c
index ab9de87f22..7928855fb3 100644
--- a/source4/torture/drs/unit/schemainfo_tests.c
+++ b/source4/torture/drs/unit/schemainfo_tests.c
@@ -348,7 +348,7 @@ static bool test_dsdb_schema_info_create(struct torture_context *tctx,
WERROR werr;
struct dsdb_schema_info *schema_info = NULL;
- werr = dsdb_schema_info_create(priv->ldb, priv, &schema_info);
+ werr = dsdb_schema_info_create(priv->ldb, true, priv, &schema_info);
torture_assert_werr_ok(tctx, werr, "dsdb_schema_info_create() failed");
torture_assert(tctx, schema_info, "schema_info is NULL after dsdb_schema_info_create()");