gnunet-svn
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]