Commit 1453ab75 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

MRT: Fix bug in MRT table dump requested from CLI

parent 81489b79
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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