[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git
Subject:    Re: [PATCH] Support FTP-over-SSL/TLS for regular FTP
From:       Junio C Hamano <gitster () pobox ! com>
Date:       2013-02-25 6:44:14
Message-ID: 7vehg43nb5.fsf () alter ! siamese ! dyndns ! org
[Download RAW message or body]

Modestas Vainius <modestas@vainius.eu> writes:

> Hello,
>
> Saturday 12 January 2013 06:25:21 rašė:
>> On Sat, Jan 12, 2013 at 03:59:52PM +0200, Modestas Vainius wrote:
>> > @@ -306,6 +311,11 @@ static CURL *get_curl_handle(void)
>> > 
>> >  	if (curl_ftp_no_epsv)
>> >  	
>> >  		curl_easy_setopt(result, CURLOPT_FTP_USE_EPSV, 0);
>> > 
>> > +#ifdef CURLOPT_USE_SSL
>> > +    if (curl_ssl_try)
>> > +		curl_easy_setopt(result, CURLOPT_USE_SSL, CURLUSESSL_TRY);
>> > +#endif
>> > +
>> > 
>> >  	if (curl_http_proxy) {
>> >  	
>> >  		curl_easy_setopt(result, CURLOPT_PROXY, curl_http_proxy);
>> >  		curl_easy_setopt(result, CURLOPT_PROXYAUTH, CURLAUTH_ANY);
>> 
>> It looks like the indentation of the "if" line you added is messed up.
>
> Yeah, sorry about that. I will fix it.

Did anything happen to this topic since then?


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic