intf_lan -> lan

This commit is contained in:
Duncan Laurie 2005-03-31 17:42:11 +00:00
parent 505ec7615d
commit 8169fc6b3f

View File

@ -349,7 +349,7 @@ ipmi_get_session_info(struct ipmi_intf * intf,
if (retval < 0)
{
if ((session_request_type == IPMI_SESSION_REQUEST_CURRENT) &&
(strncmp(intf->name, "intf_lan", 8) != 0))
(strncmp(intf->name, "lan", 3) != 0))
lprintf(LOG_ERR, "It is likely that the channel in use "
"does not support sessions");
}