1
0
Fork 0

- Fixed problem with network cards that provide unparsable supported network modes

Resolves: #620686
This commit is contained in:
Phil Knirsch 2010-08-03 11:42:18 +02:00
parent 927529c1cc
commit 64edcee9a7

View file

@ -194,7 +194,7 @@ class Nettool:
self.supported_modes.append( (int(s), d == "Full") )
del m,s,d
except:
self.supported_modes.append(1000, True)
self.supported_modes.append((1000, True))
elif state == "supported_autoneg":