]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dns: minor cleanup
authorVictor Julien <victor@inliniac.net>
Thu, 17 Oct 2019 05:51:01 +0000 (07:51 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 17 Oct 2019 05:51:01 +0000 (07:51 +0200)
src/app-layer-dns-udp.c

index f2fab7fc2345d85c104e49bd8c719ba503223e00..ec2fac5388d3697ad0e96440c29bbfdb4eab2d40 100644 (file)
@@ -183,9 +183,6 @@ void RegisterDNSUDPParsers(void)
         DNSAppLayerRegisterGetEventInfo(IPPROTO_UDP, ALPROTO_DNS);
         DNSAppLayerRegisterGetEventInfoById(IPPROTO_UDP, ALPROTO_DNS);
 
-#if 0
-        DNSUDPConfigure();
-#endif
     } else {
         SCLogConfig("Parsed disabled for %s protocol. Protocol detection"
                 "still on.", proto_name);