[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:       Modestas Vainius <modestas () vainius ! eu>
Date:       2013-01-12 14:51:46
Message-ID: 7057807.F3QETssImX () mdxdesktop
[Download RAW message or body]

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.

-- 
Modestas Vainius <modestas@vainius.eu>
--
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