mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-06 15:30:29 -05:00
The named_g_defaultdnstap was never used as the dnstap requires
explicit configuration of the output file.
Related scan-build report:
./server.c:3476:14: warning: Value stored to 'dpath' during its initialization is never read
const char *dpath = named_g_defaultdnstap;
^~~~~ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
|
||
|---|---|---|
| .. | ||
| include/named | ||
| dlz_dlopen_driver.c | ||
| named.vcxproj.filters.in | ||
| named.vcxproj.in | ||
| named.vcxproj.user | ||
| ntservice.c | ||
| os.c | ||