bug 10329: changed - t :

status 10329: resolved fixed
This commit is contained in:
Abhinandan Prateek 2011-07-07 11:52:04 +05:30
parent 4040b39fe1
commit 73b79deb99
1 changed files with 1 additions and 1 deletions

View File

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