aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-08-03 16:44:18 +0000
committerJeff Burdges <burdges@gnunet.org>2015-08-03 16:44:18 +0000
commit09e2898ebb05bc0cec8ba986a30f0a03032eb229 (patch)
treee7ccfe0e05e853add9233e197ee9041b4ff9e66e /src/util/connection.c
parentda37fac0e6f27a112d39e44fd78cda619627d107 (diff)
downloadgnunet-09e2898ebb05bc0cec8ba986a30f0a03032eb229.tar.gz
gnunet-09e2898ebb05bc0cec8ba986a30f0a03032eb229.zip
Woot! It might actually work now, although I should tweak the test
a bit to make sure.
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index 3143aa536..5f40dc894 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -740,7 +740,7 @@ try_connect_using_address (void *cls,
740 connection->dns_active = NULL; 740 connection->dns_active = NULL;
741 if ((NULL == connection->ap_head) && 741 if ((NULL == connection->ap_head) &&
742 (NULL == connection->sock) && 742 (NULL == connection->sock) &&
743 (NULL == connection->proxy_handshake)) 743 (NULL == connection->proxy_handshake))
744 connect_fail_continuation (connection); 744 connect_fail_continuation (connection);
745 return; 745 return;
746 } 746 }