mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:13:19 -04:00
remove development logging
This commit is contained in:
parent
a8a20462b5
commit
5c269d84c2
1 changed files with 0 additions and 4 deletions
|
|
@ -5391,11 +5391,7 @@ validated(isc_task_t *task, isc_event_t *event) {
|
|||
wild != NULL)
|
||||
{
|
||||
dns_dbnode_t *wnode = NULL;
|
||||
char namebuf[DNS_NAME_FORMATSIZE];
|
||||
|
||||
dns_name_format(wild, namebuf, sizeof(namebuf));
|
||||
|
||||
fprintf(stderr, "save wildcard data %s\n", namebuf);
|
||||
result = dns_db_findnode(fctx->cache, wild, ISC_TRUE, &wnode);
|
||||
if (result == ISC_R_SUCCESS)
|
||||
result = dns_db_addrdataset(fctx->cache, wnode, NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue