From 41183888ee8addbd7887936e3b41974f5824d8ae Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 15 Jan 1999 14:40:50 +0000 Subject: Properly initialize filters. Also bumped version to 0.0.0 as it actually does something. --- sysdep/unix/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdep') diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index a2b3318..cb7bf3d 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -19,6 +19,7 @@ #include "nest/protocol.h" #include "nest/iface.h" #include "conf/conf.h" +#include "conf/filter.h" #include "unix.h" #include "krt.h" @@ -84,7 +85,6 @@ read_config(void) cf_parse(); protos_postconfig(); } - /* * Hic Est main() */ @@ -92,7 +92,7 @@ read_config(void) int main(void) { - log(L_INFO "Launching BIRD -1.-1-pre-omega..."); + log(L_INFO "Launching BIRD 0.0.0..."); log_init_debug(NULL); @@ -108,6 +108,7 @@ main(void) debug("Reading configuration file.\n"); read_config(); + filters_init(); signal_init(); -- cgit v1.2.3