mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-15 00:10:22 +01:00
device: clean up dispatcher calls when canceling an activation
Ensure the callback for dispatcher calls is not executed, or it will resume the activation chain we want to interrupt. https://bugzilla.redhat.com/show_bug.cgi?id=1888348 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/723 (cherry picked from commit8180b0180b) (cherry picked from commit88eb0beb52) (cherry picked from commitcdbd6bd9e1)
This commit is contained in:
parent
ffd87f7718
commit
26ba5e9d9e
1 changed files with 1 additions and 0 deletions
|
|
@ -15205,6 +15205,7 @@ _cancel_activation (NMDevice *self)
|
|||
priv->fw_state = FIREWALL_STATE_INITIALIZED;
|
||||
}
|
||||
|
||||
dispatcher_cleanup (self);
|
||||
ip_check_gw_ping_cleanup (self);
|
||||
|
||||
/* Break the activation chain */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue