[network-manager-fortisslvpn/nm-1-2] service: register the ppp helper on the correct bus path
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-fortisslvpn/nm-1-2] service: register the ppp helper on the correct bus path
- Date: Wed, 11 May 2016 12:12:24 +0000 (UTC)
commit c6b9d74955a930e6127d132f88f83b288ad0b9b8
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
(cherry picked from commit 288456eb7f056b090a3126bc98c80363dd84826f)
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]