Commit f8e0ae63 authored by xieyanker's avatar xieyanker Committed by Miek Gieben

fix typo "dnstop" >> "dnstap" (#3170)

parent 79181909
...@@ -70,7 +70,7 @@ func (dio *dnstapIO) newConnect() error { ...@@ -70,7 +70,7 @@ func (dio *dnstapIO) newConnect() error {
return dio.enc.resetWriter(dio.conn) return dio.enc.resetWriter(dio.conn)
} }
// Connect connects to the dnstop endpoint. // Connect connects to the dnstap endpoint.
func (dio *dnstapIO) Connect() { func (dio *dnstapIO) Connect() {
if err := dio.newConnect(); err != nil { if err := dio.newConnect(); err != nil {
log.Error("No connection to dnstap endpoint") log.Error("No connection to dnstap endpoint")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment