From 73b79deb9943820f968adc513d4187caf4aa3ab6 Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Thu, 7 Jul 2011 11:52:04 +0530 Subject: [PATCH] bug 10329: changed - t : status 10329: resolved fixed --- patches/systemvm/debian/config/root/firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/root/firewall.sh b/patches/systemvm/debian/config/root/firewall.sh index 84cbab75d5f..b548ec649a0 100755 --- a/patches/systemvm/debian/config/root/firewall.sh +++ b/patches/systemvm/debian/config/root/firewall.sh @@ -47,7 +47,7 @@ ip_to_dev() { tcp_or_udp_entry() { local instIp=$1 local dport0=$2 - local dport=$(echo $2 | sed 's/:/-/') + local dport=$2 local publicIp=$3 local port=$4 local op=$5