[network-manager-fortisslvpn] service: register the ppp helper on the correct bus path



commit 288456eb7f056b090a3126bc98c80363dd84826f
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Apr 28 15:24:34 2016 +0200

    service: register the ppp helper on the correct bus path

 src/nm-fortisslvpn-service.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/nm-fortisslvpn-service.c b/src/nm-fortisslvpn-service.c
index 0b97bb4..509118f 100644
--- a/src/nm-fortisslvpn-service.c
+++ b/src/nm-fortisslvpn-service.c
@@ -660,8 +660,6 @@ nm_fortisslvpn_plugin_init (NMFortisslvpnPlugin *plugin)
 {
 }
 
-
-
 static void
 nm_fortisslvpn_plugin_class_init (NMFortisslvpnPluginClass *fortisslvpn_class)
 {
@@ -701,7 +699,7 @@ init_sync (GInitable *object, GCancellable *cancellable, GError **error)
                return FALSE;
        }
 
-       g_dbus_connection_register_object (connection, NM_VPN_DBUS_PLUGIN_PATH,
+       g_dbus_connection_register_object (connection, NM_DBUS_PATH_FORTISSLVPN_PPP,
                                           nmdbus_fortisslvpn_ppp_interface_info (),
                                           NULL, NULL, NULL, NULL);
 


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