From 18e3c7c53275c373f6b40103fbb7259c1e7caf99 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sat, 18 Dec 2010 22:24:48 +0000 Subject: [PATCH] Push out 0.9.11 --- bin/firewall-sosdg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 0ca5744..6cacdff 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -515,7 +515,8 @@ if [ "$PORTFW" ] && [ "$NAT" ]; then fi if [ "$DSTIP" ]; then DSTIP="-d $DSTIP" - elif [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then + fi + if [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then DSTIP="-d $EXTIP" fi #PORTADD=( ${i//:/ } )