gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 130/150: hostip: fix compiler warning: 'variable se


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 130/150: hostip: fix compiler warning: 'variable set but not used'
Date: Fri, 30 Mar 2018 16:49:44 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit a577059f92fc65bd6b81717f0737f897a5b34248
Author: Michael Kaufmann <address@hidden>
AuthorDate: Sun Mar 11 20:27:09 2018 +0100

    hostip: fix compiler warning: 'variable set but not used'
---
 lib/hostip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/hostip.c b/lib/hostip.c
index 8554d39d1..d2ebe2fa4 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -835,7 +835,7 @@ CURLcode Curl_loadhostpairs(struct Curl_easy *data)
       char *entry_id;
       size_t entry_len;
       char address[64];
-      char *addresses = NULL;
+      char *addresses;
       char *addr_begin;
       char *addr_end;
       char *port_ptr;

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



reply via email to

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