From b339074fd9085168111325b4e9393dc12b6cd4d9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Mar 2011 12:42:38 -0500 Subject: [PATCH] core: fix up active connection state for newer device states --- src/nm-activation-request.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nm-activation-request.c b/src/nm-activation-request.c index 4051d57fde..3f2913299d 100644 --- a/src/nm-activation-request.c +++ b/src/nm-activation-request.c @@ -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: