mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
knownnetworks: Add back removing network files
This step apparently got lost during the refactoring in
97913c6f9a
.
This commit is contained in:
parent
e1634baae4
commit
17c35dd1bc
@ -191,6 +191,7 @@ static struct l_dbus_message *known_network_forget(struct l_dbus *dbus,
|
||||
|
||||
l_queue_remove(known_networks, network);
|
||||
l_dbus_unregister_object(dbus, iwd_known_network_get_path(network));
|
||||
storage_network_remove(network->type, network->ssid);
|
||||
|
||||
/*
|
||||
* network_info_forget_known will either re-add the network_info to
|
||||
|
Loading…
Reference in New Issue
Block a user