Files
bind9/bin/named
Ondřej Surý 2d52a05f4f named: remove named_g_defaultdnstap global variable
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.

(cherry picked from commit 6decd14592)
2019-11-05 09:48:51 +01:00
..
2019-04-24 09:31:04 +10:00
2019-02-06 22:13:05 +00:00
2019-08-21 21:35:31 +00:00
2019-08-21 21:35:30 +00:00
2019-08-21 21:35:31 +00:00
2019-02-06 22:13:05 +00:00
2019-09-26 10:28:51 +02:00