[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 01/178: FTP: fix typo in recursive callback detecti
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 01/178: FTP: fix typo in recursive callback detection for seeking |
Date: |
Wed, 23 May 2018 12:23:56 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 920f73a6906dce87c6ee87c32b109a287189965d
Author: dasimx <address@hidden>
AuthorDate: Wed Mar 14 11:02:05 2018 +0100
FTP: fix typo in recursive callback detection for seeking
Fixes #2380
---
lib/ftp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ftp.c b/lib/ftp.c
index e2cc38b62..0cc583ba7 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -1621,7 +1621,7 @@ static CURLcode ftp_state_ul_setup(struct connectdata
*conn,
Curl_set_in_callback(data, true);
seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
SEEK_SET);
- Curl_set_in_callback(data, true);
+ Curl_set_in_callback(data, false);
}
if(seekerr != CURL_SEEKFUNC_OK) {
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] branch master updated (422f18ebe -> 97f0e8cf8), gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 01/178: FTP: fix typo in recursive callback detection for seeking,
gnunet <=
- [GNUnet-SVN] [gnurl] 06/178: http2: fixes typo, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 17/178: ILE/RPG binding: Add CURLOPT_HAPROXYPROTOCOL/Fix CURLOPT_DNS_SHUFFLE_ADDRESSES, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 05/178: user-agent.d:: mention --proxy-header as well, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 07/178: RELEASE-NOTES: toward 7.60.0, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 02/178: SECURITY-PROCESS: mention how we write/add advisories, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 04/178: transfer: make HTTP without headers count correct body size, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 03/178: test1208: marked flaky, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 19/178: cmake: add support for brotli, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 16/178: resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 09/178: rate-limit: use three second window to better handle high speeds, gnunet, 2018/05/23