core: fix up active connection state for newer device states

This commit is contained in:
Dan Williams
2011-03-17 12:42:38 -05:00
parent 11ca4c7a91
commit b339074fd9

View File

@@ -431,6 +431,8 @@ device_state_changed (NMDevice *device,
case NM_DEVICE_STATE_CONFIG:
case NM_DEVICE_STATE_NEED_AUTH:
case NM_DEVICE_STATE_IP_CONFIG:
case NM_DEVICE_STATE_IP_CHECK:
case NM_DEVICE_STATE_SECONDARIES:
new_ac_state = NM_ACTIVE_CONNECTION_STATE_ACTIVATING;
break;
case NM_DEVICE_STATE_ACTIVATED: