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