mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
config: keep config paths with variable names properly marked on output
This commit is contained in:
parent
eeff7729d9
commit
bfffccca94
@ -1118,7 +1118,7 @@ static int _out_prefix_fn(const struct dm_config_node *cn, const char *line, voi
|
|||||||
cfg_def = cfg_def_get_item_p(cn->id);
|
cfg_def = cfg_def_get_item_p(cn->id);
|
||||||
|
|
||||||
if (out->tree_spec->withcomments) {
|
if (out->tree_spec->withcomments) {
|
||||||
_cfg_def_make_path(path, sizeof(path), cfg_def->id, cfg_def, 0);
|
_cfg_def_make_path(path, sizeof(path), cfg_def->id, cfg_def, 1);
|
||||||
fprintf(out->fp, "%s# Configuration %s %s.\n", line, node_type_name, path);
|
fprintf(out->fp, "%s# Configuration %s %s.\n", line, node_type_name, path);
|
||||||
|
|
||||||
if (cfg_def->comment)
|
if (cfg_def->comment)
|
||||||
|
Loading…
Reference in New Issue
Block a user