Skip to content
  • Ondřej Surý's avatar
    named: remove named_g_defaultdnstap global variable · 6decd145
    Ondřej Surý authored
    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.
    6decd145