From 75dd92c1f07b3204fa99912913419423664f1b5a Mon Sep 17 00:00:00 2001 From: Vojtech Vilimek Date: Thu, 28 Jul 2022 09:56:14 +0200 Subject: [PATCH] fix typo --- proto/stats/stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/stats/stats.c b/proto/stats/stats.c index abc272c1..98462a9d 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++;