mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
[master] remove spurious fprintf
This commit is contained in:
parent
384fef0034
commit
ee2a7c7bf6
1 changed files with 0 additions and 1 deletions
|
|
@ -297,7 +297,6 @@ dlz_lookup(const char *zone, const char *name,
|
|||
if (result != ISC_R_SUCCESS)
|
||||
goto done;
|
||||
|
||||
fprintf(stderr, "setting result to success on %s/%s\n", nrec->name, nrec->type);
|
||||
result = ISC_R_SUCCESS;
|
||||
|
||||
free(querystring);
|
||||
|
|
|
|||
Loading…
Reference in a new issue