gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36156 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r36156 - gnunet/src/util
Date: Fri, 31 Jul 2015 14:17:39 +0200

Author: burdges
Date: 2015-07-31 14:17:39 +0200 (Fri, 31 Jul 2015)
New Revision: 36156

Modified:
   gnunet/src/util/connection.c
Log:
New to notify that we're done with the handshake



Modified: gnunet/src/util/connection.c
===================================================================
--- gnunet/src/util/connection.c        2015-07-31 11:22:12 UTC (rev 36155)
+++ gnunet/src/util/connection.c        2015-07-31 12:17:39 UTC (rev 36156)
@@ -798,8 +798,7 @@
   if (NULL != connection->nth.notify_ready)
     delay =
         GNUNET_TIME_relative_min (delay,
-                                  GNUNET_TIME_absolute_get_remaining 
(connection->
-                                                                      
nth.transmit_timeout));
+                                  GNUNET_TIME_absolute_get_remaining 
(connection->nth.transmit_timeout));
   if (NULL != connection->receiver)
     delay =
         GNUNET_TIME_relative_min (delay,
@@ -1605,6 +1604,7 @@
   proxied->sock=cph->sock;
   cph->sock=NULL;
   GNUNET_CONNECTION_destroy (cph);
+  connect_success_continuation (proxied);
 }
 
 




reply via email to

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