Update name of interface (intf_lanpus ==> lanplus) for check

This commit is contained in:
Jeremy Ellington 2004-09-15 15:12:52 +00:00
parent c84c9dceba
commit e298b0b99f

View File

@ -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");