aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 35650a5f8..5d6984424 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -3234,7 +3234,6 @@ queue_add (void *cls, uint16_t type, size_t size,
3234 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 3234 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
3235 "dropping pid: %u\n", pid_q); 3235 "dropping pid: %u\n", pid_q);
3236 queue_destroy (queue, GNUNET_YES); 3236 queue_destroy (queue, GNUNET_YES);
3237 fc->queue_n--;
3238 t->pending_messages--; 3237 t->pending_messages--;
3239 priority = GNUNET_YES; 3238 priority = GNUNET_YES;
3240 break; 3239 break;