Code

store: Make the actual store a separate object.
[sysdb.git] / t / unit / core / store_lookup_test.c
index b4c6015b7bfb0dcfe2d338eb05af51555491efca..913e6b78a0905bb803a5d7073e3cc27c4a457904 100644 (file)
@@ -73,6 +73,8 @@ populate(void)
 
        size_t i;
 
+       sdb_store_init();
+
        for (i = 0; i < SDB_STATIC_ARRAY_LEN(hosts); ++i) {
                int status = sdb_store_host(hosts[i], 1);
                fail_unless(status == 0,