mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 19:28:04 +02: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,
|
g_signal_handlers_disconnect_by_func (active,
|
||||||
active_connection_state_changed,
|
active_connection_state_changed,
|
||||||
self);
|
self);
|
||||||
|
g_signal_handlers_disconnect_by_func (active,
|
||||||
|
active_connection_keep_alive_changed,
|
||||||
|
self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue