mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 12:20:09 +01:00
policy: fix disconnecting notify:alive signal from active-connection
Fixes: 37e8c53eee
This commit is contained in:
parent
84f9c9489b
commit
c668d972ea
1 changed files with 3 additions and 0 deletions
|
|
@ -2249,6 +2249,9 @@ active_connection_removed (NMManager *manager,
|
|||
g_signal_handlers_disconnect_by_func (active,
|
||||
active_connection_state_changed,
|
||||
self);
|
||||
g_signal_handlers_disconnect_by_func (active,
|
||||
active_connection_keep_alive_changed,
|
||||
self);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue