gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21832 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r21832 - gnunet/src/fs
Date: Sat, 9 Jun 2012 21:49:32 +0200

Author: grothoff
Date: 2012-06-09 21:49:32 +0200 (Sat, 09 Jun 2012)
New Revision: 21832

Modified:
   gnunet/src/fs/gnunet-service-fs_cp.c
Log:
-also check cth_in_progress here

Modified: gnunet/src/fs/gnunet-service-fs_cp.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_cp.c        2012-06-09 19:42:51 UTC (rev 
21831)
+++ gnunet/src/fs/gnunet-service-fs_cp.c        2012-06-09 19:49:32 UTC (rev 
21832)
@@ -562,7 +562,7 @@
   }
   cp->did_reserve = GNUNET_YES;
   pth = cp->pth_head;
-  if ((NULL != pth) && (NULL == pth->cth))
+  if ((NULL != pth) && (NULL == pth->cth) && (0 == pth->cth_in_progress))
   {
     /* reservation success, try transmission now! */
     pth->cth_in_progress++;




reply via email to

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