aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd-devel/files/patch-ak')
-rw-r--r--ftp/proftpd-devel/files/patch-ak12
1 files changed, 0 insertions, 12 deletions
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);
- }