gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11425 - gnunet/src/fs
Date: Tue, 18 May 2010 15:09:13 +0200

Author: grothoff
Date: 2010-05-18 15:09:13 +0200 (Tue, 18 May 2010)
New Revision: 11425

Modified:
   gnunet/src/fs/gnunet-service-fs.c
Log:
better

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-05-18 13:07:45 UTC (rev 11424)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-05-18 13:09:13 UTC (rev 11425)
@@ -1223,18 +1223,17 @@
            {
              GNUNET_PEER_change_rc (pos->target_list[i], -1);
              pos->target_list[i] = 0;
-             if (pos->used_targets >= GNUNET_CONTAINER_multihashmap_size 
(connected_peers))
-               {
-                 delete_migration_block (pos);
-                 consider_migration_gathering ();
-                 continue;
-               }
-             GNUNET_CONTAINER_multihashmap_iterate (connected_peers,
-                                                    &consider_migration,
-                                                    pos);
-             break;
-           }
+            }
+         }
+      if (pos->used_targets >= GNUNET_CONTAINER_multihashmap_size 
(connected_peers))
+       {
+         delete_migration_block (pos);
+         consider_migration_gathering ();
+          continue;
        }
+      GNUNET_CONTAINER_multihashmap_iterate (connected_peers,
+                                            &consider_migration,
+                                            pos);
     }
 
   GNUNET_PEER_change_rc (cp->pid, -1);




reply via email to

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