mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
remove / from string
This commit is contained in:
parent
87540ecf2a
commit
ac2cc29ac0
@ -42,7 +42,7 @@
|
|||||||
const struct valstr ipmi_netfn_vals[] = {
|
const struct valstr ipmi_netfn_vals[] = {
|
||||||
{ IPMI_NETFN_CHASSIS, "Chassis" },
|
{ IPMI_NETFN_CHASSIS, "Chassis" },
|
||||||
{ IPMI_NETFN_BRIDGE, "Bridge" },
|
{ IPMI_NETFN_BRIDGE, "Bridge" },
|
||||||
{ IPMI_NETFN_SE, "Sensor/Event" },
|
{ IPMI_NETFN_SE, "SensorEvent" },
|
||||||
{ IPMI_NETFN_APP, "Application" },
|
{ IPMI_NETFN_APP, "Application" },
|
||||||
{ IPMI_NETFN_FIRMWARE, "Firmware" },
|
{ IPMI_NETFN_FIRMWARE, "Firmware" },
|
||||||
{ IPMI_NETFN_STORAGE, "Storage" },
|
{ IPMI_NETFN_STORAGE, "Storage" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user