gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: deq from correct queue


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: deq from correct queue
Date: Wed, 02 May 2018 02:00:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2e86e3173 deq from correct queue
2e86e3173 is described below

commit 2e86e317379837414b76460295e284b54d2bf775
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed May 2 02:00:23 2018 +0200

    deq from correct queue
---
 src/zonemaster/gnunet-service-zonemaster.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zonemaster/gnunet-service-zonemaster.c 
b/src/zonemaster/gnunet-service-zonemaster.c
index 322a1093b..7129cf44f 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -946,7 +946,7 @@ handle_monitor_event (void *cls,
   ma_queue_length++;
   if (ma_queue_length > DHT_QUEUE_LIMIT)
   {
-    ma = it_head;
+    ma = ma_head;
     GNUNET_CONTAINER_DLL_remove (ma_head,
                                  ma_tail,
                                  ma);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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