update copyright notice

This commit is contained in:
Tinderbox User 2013-06-06 23:46:20 +00:00
parent a1dd7ae953
commit fb05b13c6f
2 changed files with 3 additions and 3 deletions

View 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;

View 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);