gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24707 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24707 - gnunet/src/mesh
Date: Mon, 5 Nov 2012 11:04:41 +0100

Author: bartpolot
Date: 2012-11-05 11:04:41 +0100 (Mon, 05 Nov 2012)
New Revision: 24707

Modified:
   gnunet/src/mesh/gnunet-service-mesh-new.c
Log:
- fix coverity 10365

Modified: gnunet/src/mesh/gnunet-service-mesh-new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-new.c   2012-11-05 09:58:08 UTC (rev 
24706)
+++ gnunet/src/mesh/gnunet-service-mesh-new.c   2012-11-05 10:04:41 UTC (rev 
24707)
@@ -3377,6 +3377,7 @@
   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--;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]