| Index: net/quic/p2p/quic_p2p_session.cc
|
| diff --git a/net/quic/p2p/quic_p2p_session.cc b/net/quic/p2p/quic_p2p_session.cc
|
| index ba7298d055f3aaffb59817370146f5fad83f7885..6bd17d663d5689b39022a35b974b541fccf3b660 100644
|
| --- a/net/quic/p2p/quic_p2p_session.cc
|
| +++ b/net/quic/p2p/quic_p2p_session.cc
|
| @@ -31,7 +31,7 @@ QuicP2PSession::QuicP2PSession(const QuicConfig& config,
|
| // ToString() to format addresses for logging and ToString() is not allowed
|
| // for empty addresses.
|
| // TODO(sergeyu): Fix QuicConnection and remove SetSelfAddress() call below.
|
| - this->connection()->SetSelfAddress(IPEndPoint(IPAddress(0, 0, 0, 0), 0));
|
| + this->connection()->SetSelfAddress(IPEndPoint(IPAddress::IPv4AllZeros(), 0));
|
| }
|
|
|
| QuicP2PSession::~QuicP2PSession() {}
|
|
|