summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
Diffstat (limited to 'textw')
-rw-r--r--textw/firewall_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/firewall_text.py b/textw/firewall_text.py
index 77e0bdd5d..a2db9d7dd 100644
--- a/textw/firewall_text.py
+++ b/textw/firewall_text.py
@@ -208,6 +208,7 @@ class FirewallWindow:
screen.popWindow()
+ todo.firewall.trustdevs = []
for device in self.netCBs.keys():
if self.netCBs[device].selected():
todo.firewall.trustdevs.append(device)