[PATCH rhel6-branch] Fix a typo (#604628)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 network.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/network.py b/network.py
index 8fb843e..d017ddd 100644
--- a/network.py
+++ b/network.py
@@ -449,7 +449,7 @@ class Network:
         ifaces = []
         for iface, device in self.netdevices.items():
             if (device.get('ONBOOT') == "yes" and
-                device.get('NM_CONTROLLED' == "yes")):
+                device.get('NM_CONTROLLED') == "yes"):
                 ifaces.append(iface)
         return ifaces
 
-- 
1.6.0.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux