]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 6 Jun 2013 23:45:13 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 6 Jun 2013 23:45:13 +0000 (23:45 +0000)
bin/named/logconf.c
bin/named/server.c
bin/named/statschannel.c
lib/isc/log.c

index 97f1dd058e80ab66fbdbe95e0cb276950a8c2265..d492d4edfffd275d0c2930c874927e8095ba6eae 100644 (file)
@@ -249,7 +249,7 @@ channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *logconfig)
                                fprintf(stderr,
                                        "isc_stdio_open '%s' failed: %s\n",
                                        dest.file.name,
-                                       isc_result_totext(result));
+                                       isc_result_totext(result));
                        } else
                                (void)isc_stdio_close(fp);
                        goto done;
index c69709ed67df5c1b1428d8d1e20837cdb3b8a513..318c70698384304fd22bd657d99a06a25934d735 100644 (file)
@@ -3677,7 +3677,7 @@ load_configuration(const char *filename, ns_server_t *server,
                              "not using config file logging "
                              "statement for logging due to "
                              "-g option");
-               
+
                (void)cfg_map_get(config, "logging", &logobj);
                if (logobj != NULL) {
                        result = ns_log_configure(NULL, logobj);
@@ -3852,7 +3852,7 @@ load_configuration(const char *filename, ns_server_t *server,
  cleanup:
        if (logc != NULL)
                isc_logconfig_destroy(&logc);
-               
+
        if (v4portset != NULL)
                isc_portset_destroy(ns_g_mctx, &v4portset);
 
index c62294317412424c0eb60d989572e4560ac8b329..4d377855a3088a7415e5f74ba96038789b0c5fdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-2013  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
index 5867f7a6fd145da332032cc23b6703c2ea9157fd..c9e63cc5bfe917fbca0932a0b1d614aa0ede7837 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any