From: Bart Polot Date: Thu, 3 Jul 2014 15:22:05 +0000 (+0000) Subject: - fix connection pending counter X-Git-Tag: initial-import-from-subversion-38251~3512 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=78c1380984a6ab49ffcc10ecc839c745cff4c0be;p=oweals%2Fgnunet.git - fix connection pending counter --- diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c index 3dd19950b..af8f69bb5 100644 --- a/src/cadet/gnunet-service-cadet_connection.c +++ b/src/cadet/gnunet-service-cadet_connection.c @@ -2981,7 +2981,7 @@ GCC_send_prebuilt_message (const struct GNUNET_MessageHeader *message, } LOG (GNUNET_ERROR_TYPE_DEBUG, " C_P+ %p %u\n", c, c->pending_messages); -// c->pending_messages++; + c->pending_messages++; q = GNUNET_new (struct CadetConnectionQueue); q->forced = !droppable;