summaryrefslogtreecommitdiff
path: root/source4/torture/local/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/registry.c')
-rw-r--r--source4/torture/local/registry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/registry.c b/source4/torture/local/registry.c
index e2990bcc2e..5e7f2b0f5f 100644
--- a/source4/torture/local/registry.c
+++ b/source4/torture/local/registry.c
@@ -85,6 +85,8 @@ BOOL torture_registry(void)
BOOL ret = True;
TALLOC_CTX *mem_ctx = talloc_init("torture_registry");
+ registry_init();
+
ret &= test_hive(mem_ctx, "nt4", "TEST.DAT");
ret &= test_hive(mem_ctx, "ldb", "test.ldb");
ret &= test_hive(mem_ctx, "gconf", ".");