From 0f8f8219d92f8f000aa662aa6beb3749f71f3486 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 5 Nov 2012 10:04:41 +0000 Subject: [PATCH] - fix coverity 10365 --- src/mesh/gnunet-service-mesh-new.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index a96d40a42..16053a1c2 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -3377,6 +3377,7 @@ tunnel_add_client (struct MeshTunnel *t, struct MeshClient *c) fcinfo.bck_ack = t->nobuffer ? 1 : INITIAL_WINDOW_SIZE - 1; fcinfo.fwd_pid = t->fwd_pid; fcinfo.bck_pid = (uint32_t) -1; // Expected next: 0 + fcinfo.fc_poll = GNUNET_SCHEDULER_NO_TASK; // FIXME fc buffering is done by context_notify. Confirm this is OK. t->nclients--; -- 2.25.1