Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
remove stray line.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed May 10, 2019
1 parent 80e8b44 commit 54cb5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (fs *Filters) AddrBlocked(a ma.Multiaddr) (deny bool) {

action := fs.DefaultAction
for _, ft := range fs.filters {
ft.f.Mask.Size()
if ft.f.Contains(netip) {
action = ft.action
}
Expand Down

0 comments on commit 54cb5e8

Please sign in to comment.