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

index 305dd78da4559f20ff1abf8edc071b8d33f74253..ce804055cc39665eeae78ee94b99968b17d4365d 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 d716ffdcec03f961049c4e5158a497b5cf13d1d4..a770742a3ebcc27b27368f77bb415f559208dad6 100644 (file)
@@ -5199,7 +5199,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);
@@ -5370,7 +5370,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);