summaryrefslogtreecommitdiff
path: root/nest/proto.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/proto.c
parent19e79eb8adddb6194248974443b9a906f66984ce (diff)
Refactoring of domains connected to pools
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 32183c9d..647b7f4e 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -1859,9 +1859,9 @@ void protos_build_gen(void);
void
protos_build(void)
{
- protos_build_gen();
-
proto_pool = rp_new(&root_pool, the_bird_domain.the_bird, "Protocols");
+
+ protos_build_gen();
}