From 6cefd2e69330be619dd8c7a1ece1582e8db7c429 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Oct 2009 00:51:29 +0900 Subject: [PATCH] Fix tiny copy-and-past left-over --- test/list-contexts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/list-contexts b/test/list-contexts index 09dbff8e..eb024161 100755 --- a/test/list-contexts +++ b/test/list-contexts @@ -20,10 +20,10 @@ for path in properties["Modems"]: if "org.ofono.DataConnectionManager" not in properties["Interfaces"]: continue - netreg = dbus.Interface(bus.get_object('org.ofono', path), + connmgr = dbus.Interface(bus.get_object('org.ofono', path), 'org.ofono.DataConnectionManager') - properties = netreg.GetProperties() + properties = connmgr.GetProperties() for path in properties["PrimaryContexts"]: context = dbus.Interface(bus.get_object('org.ofono', path),