mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-02 02:33:37 +00:00
remove / from string
This commit is contained in:
@ -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" },
|
||||||
|
Reference in New Issue
Block a user