From: Vojtech Vilimek Date: Thu, 28 Jul 2022 07:56:14 +0000 (+0200) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fproto-stats;p=thirdparty%2Fbird.git fix typo --- diff --git a/proto/stats/stats.c b/proto/stats/stats.c index abc272c1d..98462a9d6 100644 --- a/proto/stats/stats.c +++ b/proto/stats/stats.c @@ -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++;