I'm an idiot... Make sure the blocking uses the right variable

master
bbruns 2010-10-06 19:24:16 +00:00
parent 339a22bd4a
commit 87f9cb929c
1 changed files with 1 additions and 1 deletions

View File

@ -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]}