diff options
-rw-r--r-- | src/util/network.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/network.c b/src/util/network.c index d7059a0579..973878f93c 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, |