mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 23:28:08 +02: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
This commit is contained in:
parent
8e735a51b8
commit
8180b0180b
1 changed files with 1 additions and 0 deletions
|
|
@ -15686,6 +15686,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