gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6393 - GNUnet/src/applications/fs/gap
Date: Wed, 20 Feb 2008 19:53:35 -0700 (MST)

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





reply via email to

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