aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index d6da55784..3143aa536 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -798,8 +798,7 @@ try_connect_using_address (void *cls,
798 if (NULL != connection->nth.notify_ready) 798 if (NULL != connection->nth.notify_ready)
799 delay = 799 delay =
800 GNUNET_TIME_relative_min (delay, 800 GNUNET_TIME_relative_min (delay,
801 GNUNET_TIME_absolute_get_remaining (connection-> 801 GNUNET_TIME_absolute_get_remaining (connection->nth.transmit_timeout));
802 nth.transmit_timeout));
803 if (NULL != connection->receiver) 802 if (NULL != connection->receiver)
804 delay = 803 delay =
805 GNUNET_TIME_relative_min (delay, 804 GNUNET_TIME_relative_min (delay,
@@ -1605,6 +1604,7 @@ GNUNET_CONNECTION_acivate_proxied (struct GNUNET_CONNECTION_Handle *proxied)
1605 proxied->sock=cph->sock; 1604 proxied->sock=cph->sock;
1606 cph->sock=NULL; 1605 cph->sock=NULL;
1607 GNUNET_CONNECTION_destroy (cph); 1606 GNUNET_CONNECTION_destroy (cph);
1607 connect_success_continuation (proxied);
1608} 1608}
1609 1609
1610 1610