Implement SRV lookups for filer (#4767)
This commit is contained in:
@@ -299,7 +299,6 @@ func JoinHostPort(host string, port int) string {
|
||||
return net.JoinHostPort(host, portStr)
|
||||
}
|
||||
|
||||
|
||||
func StartMetricsServer(ip string, port int) {
|
||||
if port == 0 {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user