diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |