From 43860d24694823430b931e66c77a4b1b6e392037 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 18 Apr 2002 17:04:04 +0000 Subject: Moved the filter_destroy() logic from inside the signal handler. It's now been moved to inside the main() function. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2d2ce8..4959eb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes + * src/tinyproxy.c (takesig): Moved the filter_destroy() code out + of the signal handler and placed it inside of main(). Same + reasoning as the rotate_log_files() changes below. + * src/utils.c (rotate_log_files): Moved the log rotation code out of the signal handler and into it's own function. Also improved the robustness of the code. Credit to Petr Lampa for suggesting -- cgit v1.2.3