mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
info command: Remove opencount parameter, print value of open flag.
This commit is contained in:
parent
ad4e71c7b7
commit
25641fed48
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ vinum_info(int argc, char *argv[], char *argv0[])
|
|||
perror("Can't get vinum config");
|
||||
return;
|
||||
}
|
||||
printf("Flags: 0x%x\t%d opens\n", vinum_conf.flags, vinum_conf.opencount);
|
||||
printf("Flags: 0x%x\n", vinum_conf.flags);
|
||||
if (ioctl(superdev, VINUM_MEMINFO, &meminfo) < 0) {
|
||||
perror("Can't get information");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue