From: Bart Polot Date: Mon, 21 Jul 2014 00:15:31 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~3438 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50da4d6aef9b3ca75fce5e4a6091f563b62c2ff3;p=oweals%2Fgnunet.git - fix --- diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c index c1a75fca4..397d4d2ff 100644 --- a/src/cadet/gnunet-service-cadet_connection.c +++ b/src/cadet/gnunet-service-cadet_connection.c @@ -1859,7 +1859,7 @@ GCC_handle_broken (void* cls, } else { - GNUNET_break (0 == pending_msgs); /* If negative: counter error! */ + GNUNET_break (0 == pending); /* If negative: counter error! */ } } else