Skip to content

Commit

Permalink
Forgot to initialize map
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiger committed Aug 29, 2024
1 parent bafef1a commit 2d8f679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dns/dnscache.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type ipEntry struct {
func newIPEntry(setName string) *ipEntry {
return &ipEntry{
setName: setName,
ips: map[string]time.Time{},
}
}

Expand Down

0 comments on commit 2d8f679

Please sign in to comment.