aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-connectivity.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c
index b38ee2d5d..4e75d7d76 100644
--- a/libempathy/empathy-connectivity.c
+++ b/libempathy/empathy-connectivity.c
@@ -77,7 +77,6 @@ connectivity_nm_state_change_cb (NMClient *client,
state = nm_client_get_state (priv->nm_client);
old_nm_connected = priv->connected;
- new_nm_connected = state == NM_STATE_CONNECTED;
new_nm_connected = !(state == NM_STATE_CONNECTING
|| state == NM_STATE_DISCONNECTED);