Code

store: Make the actual store a separate object.
[sysdb.git] / t / unit / frontend / query_test.c
index 8872e5b6e13a0f2879430e20e65f7c7f1bf27ebf..4be05630136991215e191a573d892d7f3c142697 100644 (file)
@@ -44,6 +44,8 @@ populate(void)
 {
        sdb_data_t datum;
 
+       sdb_store_init();
+
        sdb_store_host("h1", 1 * SDB_INTERVAL_SECOND);
        sdb_store_host("h2", 3 * SDB_INTERVAL_SECOND);