mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 00:26:11 -04:00
don't remove ns_g_autorndckeyfile - it no longer exists
This commit is contained in:
parent
1c9afb96b5
commit
569caae79d
1 changed files with 1 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: main.c,v 1.117 2001/07/16 17:32:49 gson Exp $ */
|
||||
/* $Id: main.c,v 1.118 2001/08/08 20:36:13 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -516,8 +516,6 @@ cleanup(void) {
|
|||
*/
|
||||
/* xxdb_clear(); */
|
||||
|
||||
(void)isc_file_remove(ns_g_autorndckeyfile);
|
||||
|
||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
|
||||
ISC_LOG_NOTICE, "exiting");
|
||||
ns_log_shutdown();
|
||||
|
|
|
|||
Loading…
Reference in a new issue