Revision: 2796
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2796&view=rev
Author:   owes
Date:     2009-05-05 12:06:41 +0000 (Tue, 05 May 2009)

Log Message:
-----------
external service was lost when editing a portforward

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/fwrules.cgi

Modified: ipcop/trunk/html/cgi-bin/fwrules.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/fwrules.cgi        2009-05-05 11:27:03 UTC (rev 
2795)
+++ ipcop/trunk/html/cgi-bin/fwrules.cgi        2009-05-05 12:06:41 UTC (rev 
2796)
@@ -3708,11 +3708,11 @@
     $cgiparams{'PORTFW_SERVICE_TYPE'} = $rule->{'PORTFW_SERVICE_TYPE'}; # [13]
 
     if($rule->{'PORTFW_SERVICE_TYPE'} eq 'custom') {
-        $cgiparams{'PORTFW_SERVICE'} = $rule->{'PORTFW_CUST_SERVICE'}; # [14]
+        $cgiparams{'PORTFW_CUST_SERVICE'} = $rule->{'PORTFW_SERVICE'}; # [14]
     }
     else {
         # 'default'
-        $cgiparams{'PORTFW_SERVICE'} = $rule->{'PORTFW_DEFAULT_SERVICE'}; # 
[14]
+        $cgiparams{'PORTFW_DEFAULT_SERVICE'} = $rule->{'PORTFW_SERVICE'}; # 
[14]
     }
 
     $cgiparams{'DST_NET_TYPE'} = $rule->{'DST_NET_TYPE'};       # [15]


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to