Always iterate all devices when we get at controller message. Even if it matches it can match more then one device.

This commit is contained in:
Micke Prag 2011-09-05 09:01:30 +00:00
parent be46145b16
commit 1646ebd71b

View file

@ -666,7 +666,6 @@ void DeviceManager::handleControllerMessage(const ControllerEventData &eventData
d->set.setDeviceState(it->first, msg.method(), L"");
it->second->setLastSentCommand(msg.method(), L"");
}
break;
}
}