1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Initialise root node pointer.

This commit is contained in:
Alasdair Kergon 2001-09-21 12:32:37 +00:00
parent 961c946a6d
commit b5ab48be2a

View File

@ -115,6 +115,7 @@ struct config_file *create_config_file()
}
c->mem = mem;
c->cf.root = (struct config_node *)NULL;
return &c->cf;
}