diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-11-14 08:52:51 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-15 09:46:27 +0100 |
commit | 28d573168cb869a7c4cf85ad094eba3805676cbd (patch) | |
tree | 72dcc1afe34380a90059cf8424913414c46c3377 /source4/dsdb/schema | |
parent | 75ae19422b2b405cabe269c29afb61a1b50636d1 (diff) | |
download | samba-28d573168cb869a7c4cf85ad094eba3805676cbd.tar.gz samba-28d573168cb869a7c4cf85ad094eba3805676cbd.tar.bz2 samba-28d573168cb869a7c4cf85ad094eba3805676cbd.zip |
s4:param/provision: pass schema_dn to provision_get_schema()
metze
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r-- | source4/dsdb/schema/tests/schema_syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/tests/schema_syntax.c b/source4/dsdb/schema/tests/schema_syntax.c index fed7063577..9127d08120 100644 --- a/source4/dsdb/schema/tests/schema_syntax.c +++ b/source4/dsdb/schema/tests/schema_syntax.c @@ -205,7 +205,7 @@ static bool torture_dsdb_syntax_tcase_setup(struct torture_context *tctx, void * priv = talloc_zero(tctx, struct torture_dsdb_syntax); torture_assert(tctx, priv, "No memory"); - priv->ldb = provision_get_schema(priv, tctx->lp_ctx, NULL); + priv->ldb = provision_get_schema(priv, tctx->lp_ctx, NULL, NULL); torture_assert(tctx, priv->ldb, "Failed to load schema from disk"); priv->schema = dsdb_get_schema(priv->ldb, NULL); |