1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

commands: fix missing skip condition in coverity fixes

Fix for commit 5e6ea4b7
This commit is contained in:
David Teigland 2017-03-10 11:49:24 -06:00
parent a9341b18ef
commit 43388f1220

View File

@ -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);
}