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:
Jiří Klimeš
2013-12-03 16:19:10 +01:00
committed by Dan Williams
parent 9d319e6da0
commit f8da87af32

View File

@@ -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) {