Skip to content

Commit

Permalink
init map /shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Nov 23, 2023
1 parent 8225a0b commit f87bea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/core/inputs/hybrid/hmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func New(opts *Options) (*Input, error) {
IPV4: sliceutil.Contains(options.IPVersion, "4"),
IPV6: sliceutil.Contains(options.IPVersion, "6"),
},
excludedHosts: make(map[string]struct{}),
}
if options.Stream {
fkvOptions := filekv.DefaultOptions
Expand Down

0 comments on commit f87bea5

Please sign in to comment.