]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fix typo proto-stats
authorVojtech Vilimek <vojtech.vilimek@nic.cz>
Thu, 28 Jul 2022 07:56:14 +0000 (09:56 +0200)
committerVojtech Vilimek <vojtech.vilimek@nic.cz>
Thu, 28 Jul 2022 07:56:14 +0000 (09:56 +0200)
proto/stats/stats.c

index abc272c1df8d2f57609176adcf426cf42e13047c..98462a9d66ee029d51e4c13986b2d2133e3bc5fd 100644 (file)
@@ -36,6 +36,7 @@ stats_rt_notify(struct proto *P UNUSED, struct channel *src_ch, const net_addr *
   int changed = 0;
   if (new && old)
     /* count of exported routes stays the same */
+    ;
   else if (!old)
   {
     ch->_counter++;