diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 04:01:05 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 04:01:05 +0000 |
commit | d06ddc50ab0d8a515bfde70418de4dda83eb5ab5 (patch) | |
tree | c279c8b8d90d031be0f7d69f5aa41c8f3b98c890 | |
parent | fcff398f316333e7e3358c684f403999f95d7c32 (diff) | |
download | tinyproxy-d06ddc50ab0d8a515bfde70418de4dda83eb5ab5.tar.gz tinyproxy-d06ddc50ab0d8a515bfde70418de4dda83eb5ab5.zip |
Removed the new_dnscache() call.
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."); |