diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-15 12:53:56 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-15 12:53:56 +0200 |
commit | 3b1c523d79763b22e0fe06862ff349fd94e816b1 (patch) | |
tree | ed28d1bc45fb08916ba0478acd3daac4a0c42cc0 /conf | |
parent | 1c20608e02109ef0839e0168d100c75f0cc65fd9 (diff) | |
download | bird-3b1c523d79763b22e0fe06862ff349fd94e816b1.tar bird-3b1c523d79763b22e0fe06862ff349fd94e816b1.zip |
Got rid of startup functions and filters_postconfig().
By the way, how do you expect pointers to fit in an int?
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) |