diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-01-15 19:13:55 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-01-15 19:13:55 +0100 |
commit | ca3d562b24d5a3e303ab00d276496fb38b7382ee (patch) | |
tree | 0c857200e5c1b52664e998310c7c29b476adcb8e /sysdep | |
parent | c9b6670608577521c883db4bccd75b871568b7f7 (diff) | |
download | bird-ca3d562b24d5a3e303ab00d276496fb38b7382ee.tar bird-ca3d562b24d5a3e303ab00d276496fb38b7382ee.zip |
filters_init() renamed to filters_postconfig().
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/main.c | 2 |
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(); |