]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use "oldconfig", not "_placeholder" as the name of the
authorAndreas Gustafsson <source@isc.org>
Thu, 11 Oct 2001 23:07:00 +0000 (23:07 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 11 Oct 2001 23:07:00 +0000 (23:07 +0000)
obsolete DNS_LOGCATEGORY_CONFIG logging category, to lessen confusion in
case someone links a 9.2.0-pre-rc7 binary against an rc7 or newer shared
library

lib/dns/log.c

index caf6a70f8473bfcb26f297e2bf69b8beee0bfe28..7f4fe1eb548a97da780b348c25d6e21dc555d839 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.33.2.1 2001/10/11 02:03:21 marka Exp $ */
+/* $Id: log.c,v 1.33.2.2 2001/10/11 23:07:00 gson Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -33,7 +33,7 @@ LIBDNS_EXTERNAL_DATA isc_logcategory_t dns_categories[] = {
        { "notify",     0 },
        { "database",   0 },
        { "security",   0 },
-       { "_placeholder", 0 },
+       { "oldconfig",  0 }, /* Placeholder */
        { "dnssec",     0 },
        { "resolver",   0 },
        { "xfer-in",    0 },