- fix coverity 10365
authorBart Polot <bart@net.in.tum.de>
Mon, 5 Nov 2012 10:04:41 +0000 (10:04 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 5 Nov 2012 10:04:41 +0000 (10:04 +0000)
src/mesh/gnunet-service-mesh-new.c

index a96d40a421b3bbab92a537d86e4deac347c8ba81..16053a1c2d3cc0855a4e678f5acf96f63c97271d 100644 (file)
@@ -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--;