mirror of
https://github.com/novatiq/packages.git
synced 2026-06-22 21:30:27 +01:00
c76d4cc8d5
net/lftp: update to latest 4.5.5, added maintainer, updated description Signed-off-by: Federico Di Marco <fededim@gmail.com>
13 lines
251 B
Diff
13 lines
251 B
Diff
--- 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)
|
|
{
|