X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdns.c;h=ef627eb8115969a6dd079101ff3083b447d2a25a;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=3ab456b507b3dc7c7fe8a4f5f6f9091387799b6e;hpb=084761bb8a360ac0f9e21ad43c82312676cc4a37;p=collectd.git diff --git a/src/dns.c b/src/dns.c index 3ab456b5..ef627eb8 100644 --- a/src/dns.c +++ b/src/dns.c @@ -57,7 +57,7 @@ static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); static int select_numeric_qtype = 1; #define PCAP_SNAPLEN 1460 -static char *pcap_device = NULL; +static char *pcap_device; static derive_t tr_queries; static derive_t tr_responses;