From 54cb5e85447c06920c4e139c7d30039ed59f60cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Fri, 10 May 2019 15:35:53 +0100 Subject: [PATCH] remove stray line. --- filter.go | 1 - 1 file changed, 1 deletion(-) diff --git a/filter.go b/filter.go index 1853a08..77c4867 100644 --- a/filter.go +++ b/filter.go @@ -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 }