Author: grothoff
Date: 2008-02-20 19:53:35 -0700 (Wed, 20 Feb 2008)
New Revision: 6393

Modified:
   GNUnet/src/applications/fs/gap/migration.c
Log:
fix

Modified: GNUnet/src/applications/fs/gap/migration.c
===================================================================
--- GNUnet/src/applications/fs/gap/migration.c  2008-02-20 05:53:58 UTC (rev 
6392)
+++ GNUnet/src/applications/fs/gap/migration.c  2008-02-21 02:53:35 UTC (rev 
6393)
@@ -324,8 +324,8 @@
         {
           GNUNET_free (content[entry].value);
           content[entry].value = NULL;
-          GNUNET_FS_PT_decrement_rcs (content[discard_entry].receiverIndices,
-                                      content[discard_entry].sentCount);
+          GNUNET_FS_PT_decrement_rcs (content[entry].receiverIndices,
+                                      content[entry].sentCount);
           content[entry].sentCount = 0;
         }
       else



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to