Commit bb961d64 authored by Don Gagne's avatar Don Gagne

Do not clear priority link if it is the last link

parent 02942885
...@@ -1899,10 +1899,6 @@ void Vehicle::_linkInactiveOrDeleted(LinkInterface* link) ...@@ -1899,10 +1899,6 @@ void Vehicle::_linkInactiveOrDeleted(LinkInterface* link)
_links.removeOne(link); _links.removeOne(link);
if (_priorityLink.data() == link) {
_priorityLink.clear();
}
_updatePriorityLink(true /* updateActive */, true /* sendCommand */); _updatePriorityLink(true /* updateActive */, true /* sendCommand */);
if (_links.count() == 0 && !_allLinksInactiveSent) { if (_links.count() == 0 && !_allLinksInactiveSent) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment