diff --git a/nest/rt-show.c b/nest/rt-show.c index 7691878d..a2ebe6a4 100644 --- a/nest/rt-show.c +++ b/nest/rt-show.c @@ -339,7 +339,7 @@ rt_show_get_default_tables(struct rt_show_data *d) } for (int i=1; idef_tables[i]) + if (config->def_tables[i] && config->def_tables[i]->table) rt_show_add_table(d, config->def_tables[i]->table); }