Satisfying staticcheck linter

This commit is contained in:
Cuong Manh Le
2023-08-10 00:22:57 +07:00
committed by Cuong Manh Le
parent 5dd6336953
commit d292e03d1b
8 changed files with 18 additions and 49 deletions
+2 -4
View File
@@ -98,11 +98,9 @@ func (m *mdns) probeLoop(conns []*net.UDPConn, remoteAddr net.Addr, quitCh chan
if err != nil {
ctrld.ProxyLogger.Load().Warn().Err(err).Msg("error while probing mdns")
bo.BackOff(context.Background(), errors.New("mdns probe backoff"))
continue
}
select {
case <-quitCh:
break
}
break
}
<-quitCh
for _, conn := range conns {