gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9591 - GNUnet/src/applications/dht/module


From: gnunet
Subject: [GNUnet-SVN] r9591 - GNUnet/src/applications/dht/module
Date: Fri, 20 Nov 2009 09:46:19 -0700

Author: grothoff
Date: 2009-11-20 09:46:19 -0700 (Fri, 20 Nov 2009)
New Revision: 9591

Modified:
   GNUnet/src/applications/dht/module/routing.c
Log:
fix

Modified: GNUnet/src/applications/dht/module/routing.c
===================================================================
--- GNUnet/src/applications/dht/module/routing.c        2009-11-20 16:44:15 UTC 
(rev 9590)
+++ GNUnet/src/applications/dht/module/routing.c        2009-11-20 16:46:19 UTC 
(rev 9591)
@@ -375,6 +375,7 @@
               if (stats != NULL)
                 stats->change (stat_replies_routed, 1);
             }
+         prev = pos;
           pos = pos->next;
         }
       if (q->result_count >= MAX_RESULTS)





reply via email to

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