diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-08-11 15:05:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-08-11 16:27:15 +0000 |
| commit | d2d4e1271b33b233f57fd18a61a1b5c1b0aeb355 (patch) | |
| tree | 9ab3ef3b5a63ea73c8ff43385b05e51b295f28fb /stand/userboot | |
| parent | c32dde3166922f55927764464d13f1bc9640f5f6 (diff) | |
Diffstat (limited to 'stand/userboot')
| -rw-r--r-- | stand/userboot/userboot/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/userboot/userboot/main.c b/stand/userboot/userboot/main.c index 07630945cf80..d3f12ab1675e 100644 --- a/stand/userboot/userboot/main.c +++ b/stand/userboot/userboot/main.c @@ -260,7 +260,7 @@ extract_currdev(void) bzero(&zdev, sizeof(zdev)); zdev.dd.d_dev = &zfs_dev; - init_zfs_boot_options(zfs_fmtdev(&zdev)); + init_zfs_boot_options(zfs_fmtdev(&zdev.dd)); dd = &zdev.dd; } else #endif |
