diff options
Diffstat (limited to '')
-rw-r--r-- | src/tinyproxy.c | 9 |
1 files changed, 1 insertions, 8 deletions
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 @@ -348,13 +348,6 @@ int main(int argc, char **argv) } /* - * Initialize the various subsystems... - */ - log_message(LOG_INFO, "Starting the DNS caching subsystem."); - if (!new_dnscache()) - exit(EX_SOFTWARE); - - /* * Start the main loop. */ log_message(LOG_INFO, "Starting main loop. Accepting connections."); |