mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:54:42 -04:00
update copyright notice
This commit is contained in:
parent
a1dd7ae953
commit
fb05b13c6f
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue