Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 29, 2023
1 parent 6f32e8d commit 51c6e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
4 changes: 2 additions & 2 deletions internal/minipipeline/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (wa *WebAnalysis) ComputeDNSPossiblyInvalidAddrs(c *WebObservationsContaine
for _, obs := range c.KnownTCPEndpoints {
addr := obs.IPAddress.Unwrap()

// skip the comparison if we don't info about matching
// skip the comparison if we don't have info about matching
if obs.MatchWithControlIPAddress.IsNone() || obs.MatchWithControlIPAddressASN.IsNone() {
continue
}
Expand Down Expand Up @@ -341,7 +341,7 @@ func (wa *WebAnalysis) ComputeDNSPossiblyInvalidAddrsClassic(c *WebObservationsC
for _, obs := range c.KnownTCPEndpoints {
addr := obs.IPAddress.Unwrap()

// skip the comparison if we don't info about matching
// skip the comparison if we don't have info about matching
if obs.MatchWithControlIPAddress.IsNone() || obs.MatchWithControlIPAddressASN.IsNone() {
continue
}
Expand Down
53 changes: 0 additions & 53 deletions internal/minipipeline/classic.go

This file was deleted.

0 comments on commit 51c6e78

Please sign in to comment.