aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-04 19:34:48 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-04 19:34:48 +0000
commitd6498d0f807edde6e6f667e635c1454de0109247 (patch)
treec137dbab1f9b79dbe8fe904d1f370ced49204b88 /src/core
parentc5de0cb26bd03e0b9748ebb491daebdce0c6c729 (diff)
downloadgnunet-d6498d0f807edde6e6f667e635c1454de0109247.tar.gz
gnunet-d6498d0f807edde6e6f667e635c1454de0109247.zip
allow multiple request connect messages to be sent to transport (failed to connect first time)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index e715e768a..c4643deec 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -2371,6 +2371,7 @@ notify_transport_connect_done (void *cls, size_t size, void *buf)
2371 { 2371 {
2372 /* transport should only call us to transmit a message after 2372 /* transport should only call us to transmit a message after
2373 * telling us about a successful connection to the respective peer */ 2373 * telling us about a successful connection to the respective peer */
2374 n->th = NULL; /* If this happens because of a timeout, reset n-th so another message may be sent for this peer! */
2374 GNUNET_break (0); 2375 GNUNET_break (0);
2375 return 0; 2376 return 0;
2376 } 2377 }