From 2c14f89bfc8c599efe06da55792d3606de065a6d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Dec 2009 13:17:19 +0100 Subject: main: remove global bool processed_config_file. This seemed out of place. Now the information is stored in the correct places (as log.c:logging_initialized). This way, we will be able to cleanly re-initialize logging during config reload (SIGHUP) in subsequent commits. Michael --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 63a9a75..e35ef35 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,6 @@ struct config_s config; struct config_s config_defaults; unsigned int received_sighup = FALSE; /* boolean */ -unsigned int processed_config_file = FALSE; /* boolean */ /* * Handle a signal @@ -363,8 +362,6 @@ main (int argc, char **argv) exit (EX_SOFTWARE); } - processed_config_file = TRUE; - init_stats (); /* If ANONYMOUS is turned on, make sure that Content-Length is -- cgit v1.2.3