mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Fix typo that misteriously passes compilation.
This commit is contained in:
parent
9689995d23
commit
695f33df8a
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ extract_currdev(void)
|
|||
//bzero(&dev, sizeof(dev));
|
||||
|
||||
#if defined(USERBOOT_ZFS_SUPPORT)
|
||||
CT_ASSERT(sizeof(struct disk_devdesc) >= sizeof(struct zfs_devdesc));
|
||||
CTASSERT(sizeof(struct disk_devdesc) >= sizeof(struct zfs_devdesc));
|
||||
if (userboot_zfs_found) {
|
||||
struct zfs_devdesc zdev;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue