]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't remove ns_g_autorndckeyfile - it no longer exists
authorAndreas Gustafsson <source@isc.org>
Wed, 8 Aug 2001 20:36:13 +0000 (20:36 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 8 Aug 2001 20:36:13 +0000 (20:36 +0000)
bin/named/main.c

index a5fc459c577addcd708602a2346bd10a82c439ae..1aca0ed5964d3ae42e7409c796b5e48ac8f3ea94 100644 (file)
@@ -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();