mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
fix typo
This commit is contained in:
parent
e299ebd5b6
commit
75dd92c1f0
@ -36,6 +36,7 @@ stats_rt_notify(struct proto *P UNUSED, struct channel *src_ch, const net_addr *
|
|||||||
int changed = 0;
|
int changed = 0;
|
||||||
if (new && old)
|
if (new && old)
|
||||||
/* count of exported routes stays the same */
|
/* count of exported routes stays the same */
|
||||||
|
;
|
||||||
else if (!old)
|
else if (!old)
|
||||||
{
|
{
|
||||||
ch->_counter++;
|
ch->_counter++;
|
||||||
|
Loading…
Reference in New Issue
Block a user