mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 16:32:05 -04:00
isc_log_write called with extra parameter, typos
This commit is contained in:
parent
29953187b6
commit
4e3316d1b7
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: confndc.c,v 1.17 2000/06/02 15:12:28 brister Exp $ */
|
||||
/* $Id: confndc.c,v 1.18 2000/06/19 17:41:42 bwelling Exp $ */
|
||||
|
||||
/*
|
||||
** options {
|
||||
|
|
@ -1421,7 +1421,7 @@ parser_setup(ndcpcontext *pctx, isc_mem_t *mem, const char *filename) {
|
|||
}
|
||||
|
||||
/*
|
||||
* 97 == buckey size: higest prime < 100
|
||||
* 97 == bucket size: highest prime < 100
|
||||
*/
|
||||
result = isc_symtab_create(mem, 97, NULL, NULL, ISC_FALSE,
|
||||
&pctx->thekeywords);
|
||||
|
|
@ -1429,7 +1429,7 @@ parser_setup(ndcpcontext *pctx, isc_mem_t *mem, const char *filename) {
|
|||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG,
|
||||
DNS_LOGMODULE_CONFIG, ISC_LOG_CRITICAL,
|
||||
"%s: Error creating symtab",
|
||||
"dns_c_parse_namedconf", filename);
|
||||
"dns_c_parse_namedconf");
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue