From c5b4311a823ef503046e3e264f4516fa12032135 Mon Sep 17 00:00:00 2001 From: FlyingWithJerome Date: Sat, 15 Aug 2020 10:59:30 -0400 Subject: [PATCH] lazy commit --- src/analyzer/protocol/dns/DNS.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer/protocol/dns/DNS.cc b/src/analyzer/protocol/dns/DNS.cc index 6b407204d8..d53abf8c9e 100644 --- a/src/analyzer/protocol/dns/DNS.cc +++ b/src/analyzer/protocol/dns/DNS.cc @@ -792,7 +792,7 @@ bool DNS_Interpreter::ParseRR_EDNS(DNS_MsgInfo* msg, }; if ( option_len == 0 || option_len == 2) { - // 0 bytes is permitted by RFC 7828, showing that the timeout value is missing. + // 0 bytes is permitted by RFC 7828, showing that the timeout value is omitted. if (option_len == 2) { edns_tcp_keepalive.keepalive_timeout = ExtractShort(data, option_len); edns_tcp_keepalive.keepalive_timeout_omitted = false;