gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 67/163: curl_addrinfo: use same #ifdef conditions i


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 67/163: curl_addrinfo: use same #ifdef conditions in source as header
Date: Sun, 05 Aug 2018 12:36:33 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 571280678594c4ccfbfcad854c76e02d0e350809
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jun 1 14:40:35 2018 +0200

    curl_addrinfo: use same #ifdef conditions in source as header
    
    ... for curl_dofreeaddrinfo
---
 lib/curl_addrinfo.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c
index 55d5a3942..fd49679c9 100644
--- a/lib/curl_addrinfo.c
+++ b/lib/curl_addrinfo.c
@@ -536,7 +536,8 @@ Curl_addrinfo *Curl_unix2addr(const char *path, bool 
*longpath, bool abstract)
 }
 #endif
 
-#if defined(CURLDEBUG) && defined(HAVE_FREEADDRINFO)
+#if defined(CURLDEBUG) && defined(HAVE_GETADDRINFO) &&  \
+  defined(HAVE_FREEADDRINFO)
 /*
  * curl_dofreeaddrinfo()
  *

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



reply via email to

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