summaryrefslogtreecommitdiff
path: root/test/disconnect-vpn
diff options
context:
space:
mode:
Diffstat (limited to 'test/disconnect-vpn')
-rwxr-xr-xtest/disconnect-vpn4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/disconnect-vpn b/test/disconnect-vpn
index 21b50d8e..9a6620c4 100755
--- a/test/disconnect-vpn
+++ b/test/disconnect-vpn
@@ -9,8 +9,8 @@ if (len(sys.argv) < 2):
bus = dbus.SystemBus()
-manager = dbus.Interface(bus.get_object("org.moblin.connman", "/"),
- "org.moblin.connman.Manager")
+manager = dbus.Interface(bus.get_object("net.connman", "/"),
+ "net.connman.Manager")
path = "" + sys.argv[1]