From: Victor Julien Date: Thu, 17 Oct 2019 05:51:01 +0000 (+0200) Subject: dns: minor cleanup X-Git-Tag: suricata-5.0.1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cca9005fb09458c2c70374d96c24b5b61f337b6;p=thirdparty%2Fsuricata.git dns: minor cleanup --- 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);