mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
MRT: Fix bug in MRT table dump requested from CLI
This commit is contained in:
parent
81489b79e0
commit
1453ab7552
@ -668,7 +668,8 @@ mrt_dump_cont(struct cli *c)
|
||||
return;
|
||||
|
||||
cli_printf(c, 0, "");
|
||||
c->cont = c->cleanup = NULL;
|
||||
mrt_table_dump_free(c->rover);
|
||||
c->cont = c->cleanup = c->rover = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user