From 9d380bdd0d3fa49c0737585fbb4e03f902bbf678 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Thu, 18 Aug 2011 18:04:38 +0200 Subject: [PATCH] proxyvm: remove unused code --- proxyvm/bin/qubes_firewall | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proxyvm/bin/qubes_firewall b/proxyvm/bin/qubes_firewall index 17761b2e..6c7fe398 100755 --- a/proxyvm/bin/qubes_firewall +++ b/proxyvm/bin/qubes_firewall @@ -31,10 +31,6 @@ while true; do if [ "$OUT" ]; then DISPLAY=:0 /usr/bin/notify-send -t 3000 "Firewall loading error ($HOSTNAME)" "$OUT" || : fi - if [[ -z "$OUT" ]]; then - # If OK save it for later - /sbin/service iptables save >/dev/null - fi # Check if user didn't define some custom rules to be applied as well... [ -x /rw/config/qubes_firewall_user_script ] && /rw/config/qubes_firewall_user_script