summaryrefslogtreecommitdiff
path: root/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/lftp/files/lftp-4.9.0-ipv6.patch')
-rw-r--r--net-ftp/lftp/files/lftp-4.9.0-ipv6.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch b/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
deleted file mode 100644
index 2c02ce5e787b..000000000000
--- a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/ftpclass.cc
-+++ b/src/ftpclass.cc
-@@ -848,6 +848,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
- conn->data_sa.in.sin_port=htons(port);
- conn->data_sa.sa.sa_family=AF_INET;
- }
-+#if INET6
- // V6 / AF_INET6
- else if (proto == 2)
- {
-@@ -855,6 +856,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
- conn->data_sa.in6.sin6_port=htons(port);
- conn->data_sa.sa.sa_family=AF_INET6;
- }
-+#endif
- else
- {
- Disconnect("unsupported address family");