diff --git a/src/nm-manager.c b/src/nm-manager.c index a0224d0e3c..fa67ee7842 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -837,7 +837,7 @@ find_best_device_state (NMManager *manager) case NM_ACTIVE_CONNECTION_STATE_ACTIVATED: if ( nm_active_connection_get_default (ac) || nm_active_connection_get_default6 (ac)) { - if (priv->connectivity_state) + if (priv->connectivity_state == NM_CONNECTIVITY_FULL) return NM_STATE_CONNECTED_GLOBAL; best_state = NM_STATE_CONNECTED_SITE;