diff --git a/src/model.c b/src/model.c index 3fecbc5..0593669 100644 --- a/src/model.c +++ b/src/model.c @@ -313,7 +313,7 @@ static bool model_init(struct model_t *self) return false; } - model_populate_hashTable(self, node, "/"); + model_populate_hashTable(self, node, ""); if (self->hashTable == NULL) { printerr("Can't create model hash table !\n");