diff --git a/src/app-layer-dns-udp.c b/src/app-layer-dns-udp.c index f2fab7fc23..ec2fac5388 100644 --- a/src/app-layer-dns-udp.c +++ b/src/app-layer-dns-udp.c @@ -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);