diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-01-04 20:20:31 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-01-04 20:20:31 +0000 |
commit | 3a0a61994b976982048cb11f7ac668b21d3effd8 (patch) | |
tree | a6b578d92d776d44a1a3432427424dcd6cd93684 /ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c | |
parent | Correct directory for net-in/jwchat entry + fix typo (diff) |
Remove obsolete ftp/proftpd-devel port.
ftp/proftpd-devel
Diffstat (limited to 'ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c')
-rw-r--r-- | ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c b/ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c deleted file mode 100644 index 36f7ca90c2b5..000000000000 --- a/ftp/proftpd-devel/files/extra-patch-modules_mod_xfer.c +++ /dev/null @@ -1,23 +0,0 @@ ---- modules/mod_xfer.c.org Tue Jan 1 12:31:32 2008 -+++ modules/mod_xfer.c Tue Jan 1 16:45:20 2008 -@@ -42,6 +42,8 @@ - #include <regex.h> - #endif - -+#include "mod_clamav.h" -+ - extern module auth_module; - extern pid_t mpid; - -@@ -1582,6 +1584,11 @@ - return PR_ERROR(cmd); - } - -+ if (clamav_scan(cmd)) { -+ pr_data_close(FALSE); -+ return PR_ERROR(cmd); -+ } -+ - if (session.xfer.path && - session.xfer.path_hidden) { - if (pr_fsio_rename(session.xfer.path_hidden, session.xfer.path) != 0) { |