summaryrefslogtreecommitdiffstats
path: root/firewall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-21 18:49:32 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-21 18:49:32 +0000
commit03f985dc65a5430561d21ab6bdbdc9843cf359a4 (patch)
tree70fe79184db022b7bac4938439f7a61b76b2f010 /firewall.py
parent84ea320f2b6cf511cfd4d1207691ed66b742b618 (diff)
downloadanaconda-03f985dc65a5430561d21ab6bdbdc9843cf359a4.tar.gz
anaconda-03f985dc65a5430561d21ab6bdbdc9843cf359a4.tar.xz
anaconda-03f985dc65a5430561d21ab6bdbdc9843cf359a4.zip
oops, didn't mean to change the name of this var
Diffstat (limited to 'firewall.py')
-rw-r--r--firewall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firewall.py b/firewall.py
index fec28247e..10ddf7e77 100644
--- a/firewall.py
+++ b/firewall.py
@@ -49,7 +49,7 @@ class Service:
class Firewall:
def __init__ (self):
self.enabled = 1
- self.trusteddevs = []
+ self.trustdevs = []
self.portlist = []
self.services = [ Service("ssh", N_("Remote Login (SSH)"), "22:tcp"),
Service("http", N_("Web Server (HTTP, HTTPS)"), "80:tcp"),