From: Modestas Vainius <modestas@vainius.eu>
To: Matt Kraai <kraai@ftbfs.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Support FTP-over-SSL/TLS for regular FTP
Date: Sat, 12 Jan 2013 16:51:46 +0200 [thread overview]
Message-ID: <7057807.F3QETssImX@mdxdesktop> (raw)
In-Reply-To: <20130112142521.GA21639@ftbfs.org>
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>
next prev parent reply other threads:[~2013-01-12 14:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-12 13:59 [PATCH] Support FTP-over-SSL/TLS for regular FTP Modestas Vainius
2013-01-12 14:25 ` Matt Kraai
2013-01-12 14:51 ` Modestas Vainius [this message]
2013-02-25 6:44 ` Junio C Hamano
2013-04-07 19:10 ` Modestas Vainius
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7057807.F3QETssImX@mdxdesktop \
--to=modestas@vainius.eu \
--cc=git@vger.kernel.org \
--cc=kraai@ftbfs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).