]> granicus.if.org Git - pdns/commitdiff
fix typo, sorry for that - broke dnspcap2protobuf
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 27 Mar 2016 14:32:36 +0000 (16:32 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 27 Mar 2016 14:32:36 +0000 (16:32 +0200)
pdns/dnspcap2protobuf.cc

index 50ff1f452549774ae603e0148a5a381202db6a83..62cd5ffaab45868f19235aeb8ba3167a154f9cbe 100644 (file)
@@ -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;