mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +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:
parent
2579bbe542
commit
79ed9ec34e
@ -1356,7 +1356,7 @@ void getIpmiPayloadWireRep(
|
||||
else {
|
||||
bridgedRequest = 1;
|
||||
|
||||
if(intf->transit_addr != ourAddress)
|
||||
if(intf->transit_addr != ourAddress && intf->transit_addr != 0)
|
||||
{
|
||||
bridgedRequest++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user