mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-22 13:21:36 +00:00
Mirko Klefker 2/3/09 patch to fix a lanplus issue with commands like 'sensor list' without the -t option causing wrong double bridged requests if a sensor is located on another satellite controller
This commit is contained in:
@@ -1356,7 +1356,7 @@ void getIpmiPayloadWireRep(
|
||||
else {
|
||||
bridgedRequest = 1;
|
||||
|
||||
if(intf->transit_addr != ourAddress)
|
||||
if(intf->transit_addr != ourAddress && intf->transit_addr != 0)
|
||||
{
|
||||
bridgedRequest++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user