mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
commands: fix missing skip condition in coverity fixes
Fix for commit 5e6ea4b7
This commit is contained in:
parent
a9341b18ef
commit
43388f1220
@ -1506,7 +1506,8 @@ int define_commands(char *run_name)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_error("Parsing command defs: can't process input line %s", line_orig);
|
if (!skip)
|
||||||
|
log_error("Parsing command defs: can't process input line %s", line_orig);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < COMMAND_COUNT; i++) {
|
for (i = 0; i < COMMAND_COUNT; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user