1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Initialise root node pointer.

This commit is contained in:
Alasdair Kergon 2001-09-21 12:32:37 +00:00
parent 17a5d8799f
commit 6fcf9a97bb

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;
}