From 87f9cb929cd2fb13a95d92ca6a720150bb341fde Mon Sep 17 00:00:00 2001 From: bbruns Date: Wed, 6 Oct 2010 19:24:16 +0000 Subject: [PATCH] I'm an idiot... Make sure the blocking uses the right variable --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 48ffdd4..ba4877b 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -141,7 +141,7 @@ if [ $BLOCKEDIP ]; then #echo -n "$i " if [[ "$i" =~ ":" ]]; then IFS_OLD=${IFS};IFS=: - ADVBLKIP=($BLOCK) + ADVBLKIP=($i) IFS=${IFS_OLD} SRCIF=${ADVBLKIP[0]} SRCIP=${ADVBLKIP[1]}