mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
loader: disk_cleanup was left in userboot_disk.c
In r315408, disk_cleanup was removed, which is called at sys/boot/userboot/userboot/userboot_disk.c:113. This causes bhyveload to fail. PR: 217935 Reported by: Fabian Freyer Reviewed by: allanjude Approved by: allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D10060
This commit is contained in:
parent
d31d87b0a7
commit
1c36b15ace
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ userdisk_cleanup(void)
|
|||
|
||||
if (userdisk_maxunit > 0)
|
||||
free(ud_info);
|
||||
disk_cleanup(&userboot_disk);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue