gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 15/63: url: fix bad #ifdef


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 15/63: url: fix bad #ifdef
Date: Fri, 07 Jun 2019 18:36:37 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit dc0a671213fa94489933755828b26f5807d61a7a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed May 22 13:28:22 2019 +0200

    url: fix bad #ifdef
    
    Regression since e91e48161235272ff485.
    
    Reported-by: Tom Greenslade
    Fixes #3924
    Closes #3925
---
 lib/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/url.c b/lib/url.c
index 5b4b00eac..db76fa656 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -439,7 +439,7 @@ CURLcode Curl_init_userdefined(struct Curl_easy *data)
 
   set->httpreq = HTTPREQ_GET; /* Default HTTP request */
   set->rtspreq = RTSPREQ_OPTIONS; /* Default RTSP request */
-#ifndef CURL_DISABLE_FILE
+#ifndef CURL_DISABLE_FTP
   set->ftp_use_epsv = TRUE;   /* FTP defaults to EPSV operations */
   set->ftp_use_eprt = TRUE;   /* FTP defaults to EPRT operations */
   set->ftp_use_pret = FALSE;  /* mainly useful for drftpd servers */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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