From: Tinderbox User Date: Thu, 6 Jun 2013 23:45:45 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.9.4b1~37 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a098ae7b37d9d6b68a2cf25c86793bc0e07b05c0;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 305dd78da45..ce804055cc3 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -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; diff --git a/bin/named/server.c b/bin/named/server.c index d716ffdcec0..a770742a3eb 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -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);