mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
fix last commit
This commit is contained in:
parent
2c7fbadeef
commit
4b52511f50
@ -95,7 +95,7 @@ struct volume_group *text_vg_import_fd(struct format_instance *fid,
|
||||
*when = 0;
|
||||
|
||||
if (!(cft = create_config_tree(file)))
|
||||
return_NULL
|
||||
return_NULL;
|
||||
|
||||
if ((!dev && !read_config_file(cft)) ||
|
||||
(dev && !read_config_fd(cft, dev, offset, size,
|
||||
|
Loading…
Reference in New Issue
Block a user