- fix
authorBart Polot <bart@net.in.tum.de>
Mon, 21 Jul 2014 00:15:31 +0000 (00:15 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 21 Jul 2014 00:15:31 +0000 (00:15 +0000)
src/cadet/gnunet-service-cadet_connection.c

index c1a75fca4d24d7a38500114126aff8ff8c58f8dc..397d4d2ffccd47f22bd01e14720163634354858b 100644 (file)
@@ -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