[network-manager-openswan] service: drop use of API that's gone



commit c8aeb2e31f955a4ffd260d10cb021d8517a6c0d3
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Oct 13 18:34:28 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-openswan-service.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openswan-service.c b/src/nm-openswan-service.c
index 2010a8f..e1153c6 100644
--- a/src/nm-openswan-service.c
+++ b/src/nm-openswan-service.c
@@ -461,7 +461,6 @@ connect_failed (NMOpenSwanPlugin *self,
        connect_cleanup (self);
        g_clear_object (&priv->connection);
        nm_vpn_service_plugin_failure (NM_VPN_SERVICE_PLUGIN (self), reason);
-       nm_vpn_service_plugin_set_state (NM_VPN_SERVICE_PLUGIN (self), NM_VPN_SERVICE_STATE_STOPPED);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]