From 7cca9005fb09458c2c70374d96c24b5b61f337b6 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 17 Oct 2019 07:51:01 +0200 Subject: [PATCH] dns: minor cleanup --- src/app-layer-dns-udp.c | 3 --- 1 file changed, 3 deletions(-) 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);