mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	fix typo "dnstop" >> "dnstap" (#3170)
This commit is contained in:
		@@ -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")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user