0
0
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:
Ondrej Zajicek (work) 2018-11-20 17:40:12 +01:00
parent 81489b79e0
commit 1453ab7552

View File

@ -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