mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:12:05 -04:00
update copyright notice
This commit is contained in:
parent
ec6e40f040
commit
7405bdffd4
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: check.c,v 1.88 2008/03/28 23:47:02 tbox Exp $ */
|
||||
/* $Id: check.c,v 1.89 2008/03/29 23:47:08 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -1872,7 +1872,7 @@ bind9_check_logging(const cfg_obj_t *config, isc_log_t *logctx,
|
|||
channel = cfg_listelt_value(delement);
|
||||
channelname = cfg_obj_asstring(channel);
|
||||
tresult = isc_symtab_lookup(symtab, channelname, 1,
|
||||
&symvalue);
|
||||
&symvalue);
|
||||
if (tresult != ISC_R_SUCCESS) {
|
||||
cfg_obj_log(channel, logctx, ISC_LOG_ERROR,
|
||||
"undefined channel: '%s'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue