mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-23 15:12:19 +08:00
intf_lan -> lan
This commit is contained in:
parent
505ec7615d
commit
8169fc6b3f
@ -349,7 +349,7 @@ ipmi_get_session_info(struct ipmi_intf * intf,
|
|||||||
if (retval < 0)
|
if (retval < 0)
|
||||||
{
|
{
|
||||||
if ((session_request_type == IPMI_SESSION_REQUEST_CURRENT) &&
|
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 "
|
lprintf(LOG_ERR, "It is likely that the channel in use "
|
||||||
"does not support sessions");
|
"does not support sessions");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user