Fix tiny copy-and-past left-over
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Oct 2009 15:51:29 +0000 (00:51 +0900)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Oct 2009 15:51:29 +0000 (00:51 +0900)
test/list-contexts

index 09dbff8..eb02416 100755 (executable)
@@ -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),