From d06ddc50ab0d8a515bfde70418de4dda83eb5ab5 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 29 Aug 2001 04:01:05 +0000 Subject: Removed the new_dnscache() call. --- src/tinyproxy.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/tinyproxy.c b/src/tinyproxy.c index ccdec90..e4c8415 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.12 2001-08-26 21:17:30 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.13 2001-08-29 04:01:05 rjkaes Exp $ * * The initialise routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -347,13 +347,6 @@ int main(int argc, char **argv) exit(EX_OSERR); } - /* - * Initialize the various subsystems... - */ - log_message(LOG_INFO, "Starting the DNS caching subsystem."); - if (!new_dnscache()) - exit(EX_SOFTWARE); - /* * Start the main loop. */ -- cgit v1.2.3