From 8c7499bdfa85657ea6c2517ada0ef4a4db489beb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 23 Sep 2000 01:36:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'. --- ftp/proftpd-devel/files/patch-ak | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ftp/proftpd-devel/files/patch-ak (limited to 'ftp/proftpd-devel/files/patch-ak') diff --git a/ftp/proftpd-devel/files/patch-ak b/ftp/proftpd-devel/files/patch-ak deleted file mode 100644 index 0d8bb08fee5b..000000000000 --- a/ftp/proftpd-devel/files/patch-ak +++ /dev/null @@ -1,12 +0,0 @@ ---- 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); - } -- cgit v1.2.3