mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
net/lftp: upgrade to version 4.6.0
Signed-off-by: Federico Di Marco <fededim@gmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
--- a/src/ftpclass.cc
|
||||
+++ b/src/ftpclass.cc
|
||||
@@ -1071,7 +1071,9 @@ Ftp::Connection::~Connection()
|
||||
|
||||
control_send=0;
|
||||
control_recv=0;
|
||||
+#if USE_SSL
|
||||
control_ssl=0; // ssl should be freed after send/recv
|
||||
+#endif
|
||||
|
||||
if(control_sock!=-1)
|
||||
{
|
||||
Reference in New Issue
Block a user