mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Update name of interface (intf_lanpus ==> lanplus) for check
This commit is contained in:
parent
c84c9dceba
commit
e298b0b99f
@ -1254,7 +1254,7 @@ ipmi_sol_activate(struct ipmi_intf * intf)
|
||||
* This command is only available over RMCP+ (the lanplus
|
||||
* interface).
|
||||
*/
|
||||
if (strncmp(intf->name, "intf_lanplus", 12))
|
||||
if (strncmp(intf->name, "lanplus", 12))
|
||||
{
|
||||
printf("Error: This command is only available over the "
|
||||
"lanplus interface\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user