aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2008-11-14 08:24:36 +0100
committeracid-burn <acidburn@opendreambox.org>2008-11-14 08:24:36 +0100
commit6933710b3eab806151f6352d3b1a228fb72a3e96 (patch)
treeb012abc7ee65fe176f9588866db9933162d7217d /lib/python/Components/Network.py
parent134bb4191d6681051ca92a8d345be6865d30a5a3 (diff)
downloadenigma2-6933710b3eab806151f6352d3b1a228fb72a3e96.tar.gz
enigma2-6933710b3eab806151f6352d3b1a228fb72a3e96.zip
small skin fix
fix possible crash when leaving networksetup
Diffstat (limited to 'lib/python/Components/Network.py')
-rwxr-xr-xlib/python/Components/Network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index 7cc61d84..53b487d5 100755
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -63,6 +63,7 @@ class Network:
def getDataForInterface(self, iface,callback):
#get ip out of ip addr, as avahi sometimes overrides it in ifconfig.
+ self.Console = Console()
cmd = "ip -o addr"
self.Console.ePopen(cmd, self.IPaddrFinished, [iface,callback])