diff options
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(); } |