diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-24 16:10:59 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-25 09:52:28 +0200 |
commit | ce7495b49a5192b1cba17fd88cdb2495a40824e2 (patch) | |
tree | 005901ea2c816483fd1e195a066b0685f8c4d7b9 /nest/proto.c | |
parent | 19e79eb8adddb6194248974443b9a906f66984ce (diff) |
Refactoring of domains connected to pools
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 4 |
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(); } |