head	1.2;
access;
symbols
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.11.21.26.53;	author mharo;	state dead;
branches;
next	1.1;

1.1
date	2000.07.31.23.53.11;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update to 1.2.0rc3

Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@--- modules/mod_xfer.c.orig	Mon Jul 31 16:49:19 2000
+++ modules/mod_xfer.c	Mon Jul 31 16:50:02 2000
@@@@ -268,7 +268,8 @@@@
   
   /* No PORT command has been issued.
    */
-  if(session.d != NULL || !(session.flags & SF_PORT)) {
+  if(!(session.flags & SF_PASSIVE) &&
+     (session.d != NULL || !(session.flags & SF_PORT))) {
     add_response_err(R_503, "No PORT command issued first.");
     return ERROR(cmd);
   }
@


1.1
log
@fix PASV bug introduced in rc2

Submitted by: Jeremy Chadwick <yoshi@@parodius.com>
@
text
@@

