From 89404614948e7174fe1ffebbb45997130a289f4c Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 12 May 2022 13:40:51 +0300 Subject: [PATCH] No lint --- tap/tcp_reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap/tcp_reader.go b/tap/tcp_reader.go index 3f9d014a2..3627590ad 100644 --- a/tap/tcp_reader.go +++ b/tap/tcp_reader.go @@ -53,7 +53,7 @@ func (reader *tcpReader) run(options *api.TrafficFilteringOptions, wg *sync.Wait reader.reqResMatcher = reader.parent.reqResMatchers[i] reader.counterPair = reader.parent.counterPairs[i] b := bufio.NewReader(reader) - err := extension.Dissector.Dissect(b, reader, options) + extension.Dissector.Dissect(b, reader, options) //nolint if reader.isProtocolIdentified() { break }