diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/conf.c b/conf/conf.c index 323655d..dd71642 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -58,7 +58,6 @@ config_parse(struct config *c) protos_preconfig(c); rt_preconfig(c); cf_parse(); - filters_postconfig(); /* FIXME: Do we really need this? */ protos_postconfig(c); #ifdef IPV6 if (!c->router_id) |