From 45c894740af1a6ba16eff3db64afc8589af685ee Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 28 Jul 2025 09:25:42 +0200 Subject: [PATCH] Revert "ftp: bump the same in internal ftp struct" This reverts commit 495d3faad34ab408f756d327094c1fae19f9ca3c. --- lib/ftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ftp.h b/lib/ftp.h index f26619b645..52661981ef 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -152,7 +152,7 @@ struct ftp_conn { connection is established */ unsigned char use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or IMAP or POP3 or others! (type: curl_usessl)*/ - long ccc; /* ccc level for this connection */ + unsigned char ccc; /* ccc level for this connection */ BIT(ftp_trying_alternative); BIT(dont_check); /* Set to TRUE to prevent the final (post-transfer) file size and 226/250 status check. It should still