mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Use the proper fields for security.
PR: 41870
This commit is contained in:
parent
175f0ce5a4
commit
ed8a242cef
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ cap_print(struct ata_params *parm)
|
|||
parm->enabled.microcode ? "yes" : "no");
|
||||
|
||||
printf("security %s %s\n",
|
||||
parm->support.smart ? "yes" : "no",
|
||||
parm->enabled.smart ? "yes" : "no");
|
||||
parm->support.security ? "yes" : "no",
|
||||
parm->enabled.security ? "yes" : "no");
|
||||
|
||||
printf("power management %s %s\n",
|
||||
parm->support.power_mngt ? "yes" : "no",
|
||||
|
|
|
|||
Loading…
Reference in a new issue