summaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-12 01:22:16 -0700
committerJosh Blum <josh@joshknows.com>2012-07-12 01:22:16 -0700
commit31c6581317bee6810f252f2e85dcb7b9dfec5a4d (patch)
tree01a37be9ba20a9022079f2bb94bb7cc04cc2d407 /host/utils
parent7c8fef85c070ad582d16d5782e7421700b714918 (diff)
parentaf6ad0d8ae9235b261799e4384ffc7fc59c4319c (diff)
downloaduhd-31c6581317bee6810f252f2e85dcb7b9dfec5a4d.tar.gz
uhd-31c6581317bee6810f252f2e85dcb7b9dfec5a4d.tar.bz2
uhd-31c6581317bee6810f252f2e85dcb7b9dfec5a4d.zip
Merge branch 'maint'
Diffstat (limited to 'host/utils')
-rwxr-xr-xhost/utils/usrp_n2xx_net_burner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_n2xx_net_burner.py b/host/utils/usrp_n2xx_net_burner.py
index c52be3d44..f2cfb8ecf 100755
--- a/host/utils/usrp_n2xx_net_burner.py
+++ b/host/utils/usrp_n2xx_net_burner.py
@@ -199,7 +199,7 @@ def win_get_interfaces():
try:
ipAddr = adNode.ipAddress.decode()
ipMask = adNode.ipMask.decode()
- except: continue
+ except: ipAddr = None
if ipAddr and ipMask:
hexAddr = struct.unpack("<L", socket.inet_aton(ipAddr))[0]
hexMask = struct.unpack("<L", socket.inet_aton(ipMask))[0]