verifiers: IA-64 fallout cleanup
IA-64 fallout cleanup after commit 4d4a8c96e
(verifiers: Add possibility
to verify kernel and modules command lines).
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
This commit is contained in:
parent
bcd29eea07
commit
1bc2b481c4
1 changed files with 1 additions and 2 deletions
|
@ -505,8 +505,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
|
|||
|
||||
*p = '\0';
|
||||
|
||||
err = grub_verify_string (cmdline, GRUB_VERIFY_KERNEL_CMDLINE);
|
||||
if (err)
|
||||
if (grub_verify_string (cmdline, GRUB_VERIFY_KERNEL_CMDLINE))
|
||||
goto fail;
|
||||
|
||||
boot_param->command_line = (grub_uint64_t) cmdline;
|
||||
|
|
Loading…
Reference in a new issue