mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
fix spurios char
Mistyped char left in code.
This commit is contained in:
parent
4ebdfcfb59
commit
c7a89323f5
@ -3232,7 +3232,7 @@ static int _rename_sub_lv(struct logical_volume *lv,
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (!validate_name(new_name)) { *
|
||||
if (!validate_name(new_name)) {
|
||||
log_error("Cannot rename \"%s\". New logical volume name \"%s\" is invalid.",
|
||||
lv->name, new_name);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user