gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7810 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r7810 - GNUnet/src/applications/fs/gap
Date: Sun, 26 Oct 2008 12:06:23 -0600 (MDT)

Author: grothoff
Date: 2008-10-26 12:06:23 -0600 (Sun, 26 Oct 2008)
New Revision: 7810

Modified:
   GNUnet/src/applications/fs/gap/gap.c
Log:
better

Modified: GNUnet/src/applications/fs/gap/gap.c
===================================================================
--- GNUnet/src/applications/fs/gap/gap.c        2008-10-26 17:05:37 UTC (rev 
7809)
+++ GNUnet/src/applications/fs/gap/gap.c        2008-10-26 18:06:23 UTC (rev 
7810)
@@ -342,7 +342,7 @@
       rl = rl->next;
     }
 
-  if ((total >= MAX_ENTRIES_PER_SLOT) && (minTTL > newTTL))
+  if ((total >= MAX_ENTRIES_PER_SLOT) && (minTTL >= newTTL))
     {
       /* do not process */
       GNUNET_FS_PT_change_rc (peer, -1);





reply via email to

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