diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-02-11 21:26:53 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-02-11 21:26:53 +0000 |
commit | 69f919197f7fdd5ce50872a5a9225a3769eadad8 (patch) | |
tree | 10eb0c18dbacf1e5c3397ab71299155d5d091bf5 /ftp/proftpd/files/patch-ak | |
parent | Update to 0.12 (diff) |
update to 1.2.0rc3
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=38226
Diffstat (limited to 'ftp/proftpd/files/patch-ak')
-rw-r--r-- | ftp/proftpd/files/patch-ak | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/proftpd/files/patch-ak b/ftp/proftpd/files/patch-ak deleted file mode 100644 index 0d8bb08fee5b..000000000000 --- a/ftp/proftpd/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); - } |