summaryrefslogtreecommitdiff
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-04-24 16:10:59 +0200
committerMaria Matejka <mq@ucw.cz>2023-04-25 09:52:28 +0200
commitce7495b49a5192b1cba17fd88cdb2495a40824e2 (patch)
tree005901ea2c816483fd1e195a066b0685f8c4d7b9 /nest/rt-table.c
parent19e79eb8adddb6194248974443b9a906f66984ce (diff)
Refactoring of domains connected to pools
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index f1e3c8f7..a934d3c3 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -2850,7 +2850,7 @@ rt_setup(pool *pp, struct rtable_config *cf)
pool *sp = birdloop_pool(loop);
/* Create the table domain and pool */
- DOMAIN(rtable) dom = DOMAIN_NEW(rtable, cf->name);
+ DOMAIN(rtable) dom = DOMAIN_NEW(rtable);
LOCK_DOMAIN(rtable, dom);
pool *p = rp_newf(sp, dom.rtable, "Routing table data %s", cf->name);