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:
parent
961c946a6d
commit
b5ab48be2a
@ -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