mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Small cleanup to make i386/loader match efi/loader boot environment code
This commit is contained in:
parent
4f711c21ba
commit
f2f3d2422d
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ command_reloadbe(int argc, char *argv[])
|
|||
/* There does not appear to be a ZFS pool here, exit without error */
|
||||
return (CMD_OK);
|
||||
}
|
||||
err = zfs_bootenv(getenv("zfs_be_root"));
|
||||
err = zfs_bootenv(root);
|
||||
}
|
||||
|
||||
if (err != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue