diff --git a/pkg/sync/cluster.go b/pkg/sync/cluster.go index 656e820f4d41..2de68afab517 100644 --- a/pkg/sync/cluster.go +++ b/pkg/sync/cluster.go @@ -189,6 +189,7 @@ func startManager(config *Config, tasks <-chan object.Object) (string, error) { if ip == "" { return "", fmt.Errorf("no local ip found") } + addr = ip } if !strings.Contains(addr, ":") {