From 61d88dd8df70bc5f45b06f2572940aee6c6206a8 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 17761b2..6c7fe39 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