aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-02 02:00:23 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-02 02:00:23 +0200
commit2e86e317379837414b76460295e284b54d2bf775 (patch)
treebca5816737ccbc92df2147e21e67c1b0962fe234 /src/zonemaster
parent6a86935d5e69874324a158fa6d418b88df8c575d (diff)
downloadgnunet-2e86e317379837414b76460295e284b54d2bf775.tar.gz
gnunet-2e86e317379837414b76460295e284b54d2bf775.zip
deq from correct queue
Diffstat (limited to 'src/zonemaster')
-rw-r--r--src/zonemaster/gnunet-service-zonemaster.c2
1 files changed, 1 insertions, 1 deletions
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,
946 ma_queue_length++; 946 ma_queue_length++;
947 if (ma_queue_length > DHT_QUEUE_LIMIT) 947 if (ma_queue_length > DHT_QUEUE_LIMIT)
948 { 948 {
949 ma = it_head; 949 ma = ma_head;
950 GNUNET_CONTAINER_DLL_remove (ma_head, 950 GNUNET_CONTAINER_DLL_remove (ma_head,
951 ma_tail, 951 ma_tail,
952 ma); 952 ma);