From: bert hubert Date: Sun, 27 Mar 2016 14:32:36 +0000 (+0200) Subject: fix typo, sorry for that - broke dnspcap2protobuf X-Git-Tag: dnsdist-1.0.0-beta1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1f94072b1240464cb59f13f48b8a1c97ec43b88;p=pdns fix typo, sorry for that - broke dnspcap2protobuf --- diff --git a/pdns/dnspcap2protobuf.cc b/pdns/dnspcap2protobuf.cc index 50ff1f452..62cd5ffaa 100644 --- a/pdns/dnspcap2protobuf.cc +++ b/pdns/dnspcap2protobuf.cc @@ -106,7 +106,7 @@ int main(int argc, char **argv) if (pr.d_len < sizeof(dnsheader)) continue; - if(!dh.rd) + if(!dh->rd) continue; uint16_t qtype, qclass;