summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-15 19:13:55 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-15 19:13:55 +0100
commitca3d562b24d5a3e303ab00d276496fb38b7382ee (patch)
tree0c857200e5c1b52664e998310c7c29b476adcb8e /sysdep
parentc9b6670608577521c883db4bccd75b871568b7f7 (diff)
downloadbird-ca3d562b24d5a3e303ab00d276496fb38b7382ee.tar
bird-ca3d562b24d5a3e303ab00d276496fb38b7382ee.zip
filters_init() renamed to filters_postconfig().
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c
index 2eac89e..bea479c 100644
--- a/sysdep/unix/main.c
+++ b/sysdep/unix/main.c
@@ -83,6 +83,7 @@ read_config(void)
cf_read_hook = cf_read;
cf_lex_init(1);
cf_parse();
+ filters_postconfig();
protos_postconfig();
}
/*
@@ -108,7 +109,6 @@ main(void)
debug("Reading configuration file.\n");
read_config();
- filters_init();
signal_init();