Removed the new_dnscache() call.
This commit is contained in:
parent
fcff398f31
commit
d06ddc50ab
@ -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,
|
* The initialise routine. Basically sets up all the initial stuff (logfile,
|
||||||
* listening socket, config options, etc.) and then sits there and loops
|
* listening socket, config options, etc.) and then sits there and loops
|
||||||
@ -347,13 +347,6 @@ int main(int argc, char **argv)
|
|||||||
exit(EX_OSERR);
|
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.
|
* Start the main loop.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user