validator/httpd/cgi-bin check,1.739,1.740

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv3388/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Don't mess with FTP_PASSIVE; LWP defaults to passive mode FTP anyway.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.739
retrieving revision 1.740
diff -u -d -r1.739 -r1.740
--- check	29 Nov 2009 19:16:15 -0000	1.739
+++ check	29 Nov 2009 19:27:27 -0000	1.740
@@ -200,10 +200,6 @@
     $VERSION = q$Revision$;
     $VERSION =~ s/Revision: ([\d\.]+) /$1/;
 
-    #
-    # Use passive FTP by default.
-    $ENV{FTP_PASSIVE} = 1 unless exists($ENV{FTP_PASSIVE});
-
     # Read friendly error message file
     # 'en_US' should be replaced by $lang for lang-neg
     %RSRC = Config::General->new(

Received on Sunday, 29 November 2009 19:27:38 UTC