net/lftp: upgrade to version 4.6.0

Signed-off-by: Federico Di Marco <fededim@gmail.com>
This commit is contained in:
Rupan
2014-12-13 18:15:09 +01:00
parent 0dcfc24c04
commit b19ccaeac5
2 changed files with 2 additions and 14 deletions
-12
View File
@@ -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)
{