mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 19:30:07 +01:00
policy: remove schedule_activate_check() from FAILED handler
The call is redundant, because the device will transition to DISCONNECTED and schedule_activate_check() will be called of this state.
This commit is contained in:
parent
9d319e6da0
commit
f8da87af32
1 changed files with 0 additions and 1 deletions
|
|
@ -1454,7 +1454,6 @@ device_state_changed (NMDevice *device,
|
|||
}
|
||||
nm_connection_clear_secrets (connection);
|
||||
}
|
||||
schedule_activate_check (policy, device, 3);
|
||||
break;
|
||||
case NM_DEVICE_STATE_ACTIVATED:
|
||||
if (connection) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue