Skip to content

Commit 22f55d5

Browse files
committed
fix
1 parent 1796d73 commit 22f55d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/ui/qt/network/wifi_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ void WifiManager::addTetheringConnection() {
438438
connection["ipv4"]["route-metric"] = 1100;
439439
connection["ipv6"]["method"] = "ignore";
440440

441-
asyncCall<QDBusObjectPath>(NM_DBUS_PATH_SETTINGS, NM_DBUS_INTERFACE_SETTINGS, "AddConnection", QVariant::fromValue(connection));
441+
asyncCall(NM_DBUS_PATH_SETTINGS, NM_DBUS_INTERFACE_SETTINGS, "AddConnection", QVariant::fromValue(connection));
442442
}
443443

444444
void WifiManager::tetheringActivated(QDBusPendingCallWatcher *call) {

0 commit comments

Comments
 (0)