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:
parent
17a5d8799f
commit
6fcf9a97bb
@ -115,6 +115,7 @@ struct config_file *create_config_file()
|
||||
}
|
||||
|
||||
c->mem = mem;
|
||||
c->cf.root = (struct config_node *)NULL;
|
||||
return &c->cf;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user