[network-manager-openconnect/lr/multiple-vpn: 1/5] service: drop use of API that's gone
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect/lr/multiple-vpn: 1/5] service: drop use of API that's gone
- Date: Tue, 13 Oct 2015 17:59:38 +0000 (UTC)
commit 0eec376841a161f292271e1246edda33b9d3eab7
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Tue Oct 13 18:34:22 2015 +0200
service: drop use of API that's gone
The NM 1.2 snapshot just removed it and does the status transitions on
_failure() and _disconnect().
src/nm-openconnect-service.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/nm-openconnect-service.c b/src/nm-openconnect-service.c
index 80c6131..736c620 100644
--- a/src/nm-openconnect-service.c
+++ b/src/nm-openconnect-service.c
@@ -347,10 +347,9 @@ openconnect_watch_cb (GPid pid, gint status, gpointer user_data)
nm_vpn_service_plugin_failure (NM_VPN_SERVICE_PLUGIN (plugin),
NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED);
break;
default:
+ nm_vpn_service_plugin_disconnect (NM_VPN_SERVICE_PLUGIN (plugin), NULL);
break;
}
-
- nm_vpn_service_plugin_set_state (NM_VPN_SERVICE_PLUGIN (plugin), NM_VPN_SERVICE_STATE_STOPPED);
}
static gint
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]