diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 17:04:04 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 17:04:04 +0000 |
commit | 43860d24694823430b931e66c77a4b1b6e392037 (patch) | |
tree | 6033f155f84680159c068154d535c54f7a844470 /ChangeLog | |
parent | 5822ec3d44aa6ad2261d9e3ce07d589a7e6a3dcb (diff) | |
download | tinyproxy-43860d24694823430b931e66c77a4b1b6e392037.tar.gz tinyproxy-43860d24694823430b931e66c77a4b1b6e392037.zip |
Moved the filter_destroy() logic from inside the signal handler. It's now
been moved to inside the main() function.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes <rjkaes@flarenet.com> + * 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 |