mirror of
https://github.com/clearlinux/cve-check-tool.git
synced 2026-08-19 03:47:28 +00:00
cli: Fix erronous return
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit is contained in:
@@ -93,6 +93,9 @@ static bool cli_write_report(CveCheckTool *self)
|
||||
ret = true;
|
||||
goto success;
|
||||
}
|
||||
/* Nothing to write */
|
||||
ret = true;
|
||||
goto success;
|
||||
|
||||
io_error:
|
||||
fprintf(stderr, "Error writing to file: %s\n", strerror(errno));
|
||||
|
||||
Reference in New Issue
Block a user