Skip to content

Commit

Permalink
Drop excess call to updateDefaultRoute() - called in updateServices().
Browse files Browse the repository at this point in the history
  • Loading branch information
LaakkonenJussi committed Feb 19, 2024
1 parent c25a489 commit a9d7443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libconnman-qt/networkmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,6 @@ void NetworkManager::getServicesFinished(QDBusPendingCallWatcher *watcher)
}
qDebug() << "Updating services as GetServices returns";
updateServices(services, QList<QDBusObjectPath>());
updateDefaultRoute();
}

// Public API /////////////
Expand Down

0 comments on commit a9d7443

Please sign in to comment.