mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 08:28:05 +02:00
device/wifi: remove unnecessary call to remove_supplicant_interface_error_handler()
remove_supplicant_interface_error_handler() is not needed as we later disconnect all handlers for @self.
This commit is contained in:
parent
84828960ff
commit
8dcf4d32e9
1 changed files with 0 additions and 2 deletions
|
|
@ -257,8 +257,6 @@ supplicant_interface_release (NMDeviceWifi *self)
|
||||||
nm_clear_g_source (&priv->ap_dump_id);
|
nm_clear_g_source (&priv->ap_dump_id);
|
||||||
|
|
||||||
if (priv->sup_iface) {
|
if (priv->sup_iface) {
|
||||||
remove_supplicant_interface_error_handler (self);
|
|
||||||
|
|
||||||
/* Clear supplicant interface signal handlers */
|
/* Clear supplicant interface signal handlers */
|
||||||
g_signal_handlers_disconnect_by_data (priv->sup_iface, self);
|
g_signal_handlers_disconnect_by_data (priv->sup_iface, self);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue