gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: initialize variable on all paths


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: initialize variable on all paths
Date: Fri, 05 Jan 2018 20:53:52 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit cde342c78885f070b3905cf84caa917fd7da2eb2
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 5 20:53:33 2018 +0100

    initialize variable on all paths
---
 src/util/network.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/network.c b/src/util/network.c
index d7059a057..973878f93 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1738,6 +1738,7 @@ GNUNET_NETWORK_test_port_free (int ipproto,
                                   open_port_str,
                                   &hint,
                                   &ret));
+  bind_status = GNUNET_NO;
   for (ai = ret; NULL != ai; ai = ai->ai_next)
   {
     socket = GNUNET_NETWORK_socket_create (ai->ai_family,

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



reply via email to

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