]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 4 Feb 2010 23:48:30 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 4 Feb 2010 23:48:30 +0000 (23:48 +0000)
bin/named/statschannel.c
lib/isc/httpd.c

index 48c60dee50e5518c54b19bac11ce68ea3f60639d..c1a287cfae81887f3c38ee86240012cfe7446c23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: statschannel.c,v 1.24.40.1 2010/02/04 01:07:32 marka Exp $ */
+/* $Id: statschannel.c,v 1.24.40.2 2010/02/04 23:48:30 tbox Exp $ */
 
 /*! \file */
 
@@ -505,9 +505,9 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
                                                               desc[index]));
                        }
                        TRY0(xmlTextWriterWriteFormatString(writer,
-                                                           "%"
-                                                           ISC_PRINT_QUADFORMAT
-                                                           "u", value));
+                                                           "%"
+                                                           ISC_PRINT_QUADFORMAT
+                                                           "u", value));
                        TRY0(xmlTextWriterEndElement(writer)); /* counter */
                        if (category != NULL)
                                TRY0(xmlTextWriterEndElement(writer)); /* category */
@@ -876,16 +876,16 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
        result = dump_counters(server->nsstats, statsformat_xml, writer,
                               "nsstat", nsstats_xmldesc,
                                dns_nsstatscounter_max,
-                               nsstats_index, nsstat_values,
+                               nsstats_index, nsstat_values,
                                ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        result = dump_counters(server->zonestats, statsformat_xml, writer,
                               "zonestat", zonestats_xmldesc,
                               dns_zonestatscounter_max, zonestats_index,
                               zonestat_values, ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        /*
@@ -896,14 +896,14 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
                               "resstat", resstats_xmldesc,
                               dns_resstatscounter_max, resstats_index,
                               resstat_values, 0);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        result = dump_counters(server->sockstats, statsformat_xml, writer,
                               "sockstat", sockstats_xmldesc,
                               isc_sockstatscounter_max, sockstats_index,
                               sockstat_values, ISC_STATSDUMP_VERBOSE);
-       if (result != ISC_R_SUCCESS)
+       if (result != ISC_R_SUCCESS)
                goto error;
 
        TRY0(xmlTextWriterEndElement(writer)); /* server */
index c3f0fb4e03adecc0eb2ad5279ca4b3142d28b9ba..9690b084a505e35201c601d5801a2acc12b4e0a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: httpd.c,v 1.16.284.1 2010/02/04 01:07:32 marka Exp $ */
+/* $Id: httpd.c,v 1.16.284.2 2010/02/04 23:48:30 tbox Exp $ */
 
 /*! \file */