Fix tiny copy-and-past left-over

This commit is contained in:
Marcel Holtmann 2009-10-25 00:51:29 +09:00
parent 0516900c72
commit 6cefd2e693
1 changed files with 2 additions and 2 deletions

View File

@ -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),