aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 11:08:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 11:08:18 +0000
commitaed7bd421169b2426e76a6868569fba82389f5f2 (patch)
treeba10f329722ee93b5fe8376f8784313b5f6abb4f
parentf7cb5c5357256c548188a7684ff228cdf270edee (diff)
downloadgnunet-aed7bd421169b2426e76a6868569fba82389f5f2.tar.gz
gnunet-aed7bd421169b2426e76a6868569fba82389f5f2.zip
possible fix for 1844
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index e1e8b8988..2f11d5ae3 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -387,6 +387,7 @@ try_transmission_to_peer (struct NeighbourMapEntry *n)
387 break; 387 break;
388 GNUNET_CONTAINER_DLL_remove (n->messages_head, n->messages_tail, mq); 388 GNUNET_CONTAINER_DLL_remove (n->messages_head, n->messages_tail, mq);
389 n->is_active = mq; 389 n->is_active = mq;
390 mq->n = n;
390 transmit_send_continuation (mq, &n->id, GNUNET_SYSERR); /* timeout */ 391 transmit_send_continuation (mq, &n->id, GNUNET_SYSERR); /* timeout */
391 } 392 }
392 if (NULL == mq) 393 if (NULL == mq)