gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18646 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r18646 - gnunet/src/statistics
Date: Fri, 16 Dec 2011 20:18:12 +0100

Author: grothoff
Date: 2011-12-16 20:18:12 +0100 (Fri, 16 Dec 2011)
New Revision: 18646

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
-cleanup

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2011-12-16 19:07:24 UTC (rev 
18645)
+++ gnunet/src/statistics/statistics_api.c      2011-12-16 19:18:12 UTC (rev 
18646)
@@ -259,8 +259,8 @@
 insert_ai (struct GNUNET_STATISTICS_Handle *h,
            struct GNUNET_STATISTICS_GetHandle *ai)
 {
-  GNUNET_CONTAINER_DLL_insert_after (h->action_head, h->action_tail,
-                                     h->action_tail, ai);
+  GNUNET_CONTAINER_DLL_insert_tail (h->action_head, h->action_tail,
+                                   ai);
   if (h->action_head == ai)
     schedule_action (h);
 }




reply via email to

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