From: Bart Polot Date: Thu, 15 Nov 2012 15:28:09 +0000 (+0000) Subject: - TODO X-Git-Tag: initial-import-from-subversion-38251~10830 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d0aa3bea1ce4eb600b4f81c0d4eeca522e2ad5fb;p=oweals%2Fgnunet.git - TODO --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 969b83a18..dff312b45 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -5209,7 +5209,8 @@ queue_send (void *cls, size_t size, void *buf) GNUNET_i2s(&my_full_id)); if (NULL == cinfo) cinfo = tunnel_get_neighbor_fc (t, &dst_id); - if (GNUNET_SCHEDULER_NO_TASK == cinfo->fc_poll) + // FIXME unify bck/fwd structures, bck does not have cinfo right now + if (NULL != cinfo && GNUNET_SCHEDULER_NO_TASK == cinfo->fc_poll) { cinfo->fc_poll = GNUNET_SCHEDULER_add_delayed (cinfo->fc_poll_time, &tunnel_poll, cinfo);