]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 6 Jun 2013 23:46:20 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 6 Jun 2013 23:46:20 +0000 (23:46 +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 2ca8a60e48116d59fc53211b37aff8b9d6731b94..9f69c45a3cbf5ef97a5c6a821f73a0c7f900c7a9 100644 (file)
@@ -5650,7 +5650,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);
@@ -5821,7 +5821,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);