Skip to content

Commit

Permalink
geoip reload support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Oct 25, 2023
1 parent 3bddb4c commit 1fe61dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/geoip.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (p *GeoIpProcessor) InitDnsMessage(dm *dnsutils.DnsMessage) {
}

func (p *GeoIpProcessor) Open() (err error) {
// before to open close all files
// before to open, close all files
// because open can be called also on reload
p.enabled = false
p.Close()
Expand Down

0 comments on commit 1fe61dd

Please sign in to comment.