gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5128 - GNUnet/src/applications/fs/module


From: gnunet
Subject: [GNUnet-SVN] r5128 - GNUnet/src/applications/fs/module
Date: Sat, 23 Jun 2007 07:12:19 -0600 (MDT)

Author: grothoff
Date: 2007-06-23 07:12:19 -0600 (Sat, 23 Jun 2007)
New Revision: 5128

Modified:
   GNUnet/src/applications/fs/module/migration.c
Log:
signed

Modified: GNUnet/src/applications/fs/module/migration.c
===================================================================
--- GNUnet/src/applications/fs/module/migration.c       2007-06-23 12:56:17 UTC 
(rev 5127)
+++ GNUnet/src/applications/fs/module/migration.c       2007-06-23 13:12:19 UTC 
(rev 5128)
@@ -164,7 +164,8 @@
       entry = i;
       break;
     } else {
-      if (content[i].sentCount > discard_match) {
+      if ( (content[i].sentCount > discard_match) ||
+          (discard_match == -1) ) {
        discard_match = content[i].sentCount;
        discard_entry = i;
       }





reply via email to

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