diff --git a/pkg/core/inputs/hybrid/hmap.go b/pkg/core/inputs/hybrid/hmap.go index d26f6d4072..b9bc1ee493 100644 --- a/pkg/core/inputs/hybrid/hmap.go +++ b/pkg/core/inputs/hybrid/hmap.go @@ -406,7 +406,7 @@ func (i *Input) delItem(metaInput *contextargs.MetaInput) { } if tmpUrl.Host == targetUrl.Host { - i.hostMap.Del(tmpKey) + _ = i.hostMap.Del(tmpKey) i.excludedCount++ i.inputCount-- }