| Index: net/tools/quic/quic_client_bin.cc
|
| diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc
|
| index 41f75cbc99473f0fcc27f62be3088bc01d7f3156..8527176441c2606fbe3ad0fcf3c32b595dd99878 100644
|
| --- a/net/tools/quic/quic_client_bin.cc
|
| +++ b/net/tools/quic/quic_client_bin.cc
|
| @@ -260,7 +260,7 @@ int main(int argc, char* argv[]) {
|
| << "' : " << net::ErrorToShortString(rv);
|
| return 1;
|
| }
|
| - ip_addr = addresses[0].address();
|
| + ip_addr = addresses[0].address().bytes();
|
| }
|
|
|
| string host_port = net::IPAddressToStringWithPort(ip_addr, port);
|
|
|