From f1fa7b8ba469d9b8681e30f107b44004695b32e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 29 Jul 2007 12:54:05 +0000 Subject: Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use of a socket after it has been closed, when the FTP-SSL data connection is taken down. --- lib/urldata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 6332f093d..d1da3331c 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -166,7 +166,9 @@ typedef enum { /* struct for data related to each SSL connection */ struct ssl_connect_data { - bool use; /* use ssl encrypted communications TRUE/FALSE */ + bool use; /* use ssl encrypted communications TRUE/FALSE, not + necessarily using it atm but at least asked to or + meaning to use it */ #ifdef USE_SSLEAY /* these ones requires specific SSL-types */ SSL_CTX* ctx; -- cgit v1.2.3