From fbef33fb7369f57e6851d3766f87c953ca2d26bd Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Thu, 8 Apr 2010 08:27:07 +0300 Subject: s4/dsdb: Let caller to control if valid invocationId is critical or zero-guid is acceptable --- source4/torture/drs/unit/schemainfo_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/drs') 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()"); -- cgit