Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elazar Gershuni committed Mar 6, 2024
1 parent 5ee041d commit 257de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connectionset/connectionset.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func getCubeAsTCPItems(cube []*intervals.CanonicalIntervalSet, protocol netp.Tra
Protocol: protocol,
PortRangePair: netp.PortRangePair{
SrcPort: item.PortRangePair.SrcPort,
DstPort: netp.PortRange{int(interval.Start), int(interval.End)},
DstPort: netp.PortRange{Min: int(interval.Start), Max: int(interval.End)},
},
})
}
Expand Down

0 comments on commit 257de41

Please sign in to comment.