From: Bart Polot Date: Thu, 11 Jul 2013 12:53:07 +0000 (+0000) Subject: - queue_destroy does all the work X-Git-Tag: initial-import-from-subversion-38251~8384 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e81ec10657f7b6a1c9d34d61c763d2f34ece42d5;p=oweals%2Fgnunet.git - queue_destroy does all the work --- 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, GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "dropping pid: %u\n", pid_q); queue_destroy (queue, GNUNET_YES); - fc->queue_n--; t->pending_messages--; priority = GNUNET_YES; break;