summaryrefslogtreecommitdiff
path: root/proto/static
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-05-30 15:32:11 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-30 15:32:11 +0200
commit81aeccbb00bdc457c53bb8ab96715537513f7b2c (patch)
treebf35a54afc7d7df4b5a7fa0be022d4c540fd6c6e /proto/static
parentd7b077f5d63625beaca1bcfe971e3b853dbfcc06 (diff)
parentd39ef961d1dde230c55fcc931b53f44cb34a1e63 (diff)
Merge commit 'd39ef961d1dde230c55fcc931b53f44cb34a1e63' into haugesund
Diffstat (limited to 'proto/static')
-rw-r--r--proto/static/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c
index 8e0a3489..d027a8e6 100644
--- a/proto/static/static.c
+++ b/proto/static/static.c
@@ -475,7 +475,7 @@ static_start(struct proto *P)
struct static_route *r;
if (!static_lp)
- static_lp = lp_new(&root_pool, LP_GOOD_SIZE(1024));
+ static_lp = lp_new(&root_pool);
if (p->igp_table_ip4)
rt_lock_table(p->igp_table_ip4);