summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 1b6f3de..26168e2 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -195,9 +195,7 @@ slv2_plugin_load(SLV2Plugin p)
if (!p->storage) {
assert(!p->rdf);
- p->storage = librdf_new_storage(p->world->world, "trees", NULL, NULL);
- if (!p->storage)
- p->storage = librdf_new_storage(p->world->world, "memory", NULL, NULL);
+ p->storage = slv2_world_new_storage(p->world);
p->rdf = librdf_new_model(p->world->world, p->storage, NULL);
}