On 10/14/2010 10:02 AM, Radek Vykydal wrote:
Ported from rhel-6 branch where I only tested it, and which doesn't have wireless code. (commit 1cb019c7dda212feb2ab06765c2a98da7d40a90d) --- pyanaconda/network.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pyanaconda/network.py b/pyanaconda/network.py index e7684f1..f1d37f9 100644 --- a/pyanaconda/network.py +++ b/pyanaconda/network.py @@ -523,7 +523,6 @@ class Network: if devname in devssids.keys() and devssids[devname]: device.set(('ESSID', devssids[devname][0])) device.writeIfcfgFile() - device.log_file("updateIfcfgSSID\n") def getSSIDs(self): return getSSIDs(self.netdevices.keys())
Ack to the set except one comment. Ales _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list