diff --git a/etcdmain/etcd.go b/etcdmain/etcd.go index a11c4993b..8eff3ae45 100644 --- a/etcdmain/etcd.go +++ b/etcdmain/etcd.go @@ -417,7 +417,7 @@ func startProxy(cfg *config) error { return err } - host := u.Host + host := u.String() go func() { plog.Info("proxy: listening for client requests on ", host) mux := http.NewServeMux()