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:

committed by
Dan Williams

parent
9d319e6da0
commit
f8da87af32
@@ -1454,7 +1454,6 @@ device_state_changed (NMDevice *device,
|
|||||||
}
|
}
|
||||||
nm_connection_clear_secrets (connection);
|
nm_connection_clear_secrets (connection);
|
||||||
}
|
}
|
||||||
schedule_activate_check (policy, device, 3);
|
|
||||||
break;
|
break;
|
||||||
case NM_DEVICE_STATE_ACTIVATED:
|
case NM_DEVICE_STATE_ACTIVATED:
|
||||||
if (connection) {
|
if (connection) {
|
||||||
|
Reference in New Issue
Block a user