mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
missing {
This commit is contained in:
parent
5c24f56b46
commit
8b4273d298
@ -753,7 +753,7 @@ const char *find_config_str(const struct config_node *cn,
|
||||
const struct config_node *n = find_config_node(cn, path);
|
||||
|
||||
/* Empty strings are ignored */
|
||||
if ((n && n->v->type == CFG_STRING) && (*n->v->v.str))
|
||||
if ((n && n->v->type == CFG_STRING) && (*n->v->v.str)) {
|
||||
log_very_verbose("Setting %s to %s", path, n->v->v.str);
|
||||
return n->v->v.str;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user