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:
Carol Hebert 2009-02-04 20:00:18 +00:00
parent 2579bbe542
commit 79ed9ec34e

View File

@ -1356,7 +1356,7 @@ void getIpmiPayloadWireRep(
else { else {
bridgedRequest = 1; bridgedRequest = 1;
if(intf->transit_addr != ourAddress) if(intf->transit_addr != ourAddress && intf->transit_addr != 0)
{ {
bridgedRequest++; bridgedRequest++;
} }