interface-file: let commands initialize the interface collection themselves

This commit is contained in:
Ariadne Conill 2020-08-20 03:45:56 -06:00
parent b57aba1a97
commit df9c0284b1
3 changed files with 4 additions and 2 deletions

View file

@ -117,8 +117,6 @@ keyword_cmp(const void *a, const void *b)
bool
lif_interface_file_parse(struct lif_dict *collection, const char *filename)
{
lif_interface_collection_init(collection);
FILE *f = fopen(filename, "r");
if (f == NULL)
return false;