diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-08-11 15:07:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-08-11 16:27:16 +0000 |
| commit | edb26097cb6416adb89b54c830d36c0ead3ca64c (patch) | |
| tree | 6bb7d7a2457528fbae5ef84d2a2dac31c822a5ba /stand/userboot | |
| parent | 654b7837a6a08ec5b51635badd14794754fab7c5 (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 d3f12ab1675e..d323d1f9789b 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.dd)); + init_zfs_boot_options(devformat(&zdev.dd)); dd = &zdev.dd; } else #endif |
