mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: set reason not text for failed check
GitHub-ID: #76 Signed-off-by: Dan Horák <dan@danny.cz> Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -1603,7 +1603,7 @@ scan_check_bls(struct scan_token *scan)
|
||||
scan[i].content.keyword.value);
|
||||
rc = misc_check_readable_file(img_value);
|
||||
if (rc) {
|
||||
error_text(
|
||||
error_reason(
|
||||
"Image file '%s' is not accessible",
|
||||
scan[i].content.keyword.value);
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user