summaryrefslogtreecommitdiff
path: root/src/tinyproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyproxy.c')
-rw-r--r--src/tinyproxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tinyproxy.c b/src/tinyproxy.c
index f5edb56..6e050c2 100644
--- a/src/tinyproxy.c
+++ b/src/tinyproxy.c
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.c,v 1.21 2001-12-23 22:00:36 rjkaes Exp $
+/* $Id: tinyproxy.c,v 1.22 2002-01-25 00:01:45 rjkaes Exp $
*
* The initialise routine. Basically sets up all the initial stuff (logfile,
* listening socket, config options, etc.) and then sits there and loops
@@ -432,6 +432,8 @@ main(int argc, char **argv)
} while (!config.quit);
log_message(LOG_INFO, "Shutting down.");
+
+ thread_kill_threads();
thread_close_sock();
/*