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

index e003e5c193ddc8b4f3532204b57e3ac00f582a12..592a7ae92b1743ef16744c38d16cc358bd2e4e75 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 377a34b6e6fdaec97051ada1ad16248ba9c5412f..44e78774eb885d05ea3b80dc30bc1d0120bdd059 100644 (file)
@@ -5120,7 +5120,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);
@@ -5291,7 +5291,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 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