From 3b1c523d79763b22e0fe06862ff349fd94e816b1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 15 May 2000 10:53:56 +0000 Subject: Got rid of startup functions and filters_postconfig(). By the way, how do you expect pointers to fit in an int? --- conf/conf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/conf.c') 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) -- cgit v1.2.3